Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

lib.res.sound
Struct Stream

   in snd_mgr.cpp

struct Stream

Information for streaming sounds from file (i.e. loading pieces of it in the background)


Field Summary
 uint active_ios
          set by stream_buf_get, used by stream_buf_discard to free buf.
 Handle hf
          
 Handle[ MAX_IOS ] ios
          
 void* last_buf
          
 

Field Detail

active_ios

public uint active_ios;
set by stream_buf_get, used by stream_buf_discard to free buf.

hf

public Handle hf;

ios

public Handle ios[ MAX_IOS ];

last_buf

public void* last_buf;

 Overview   Project   Class   Tree   Deprecated   Index 
0 A.D.
Generated on September 04, 2007 at 18:14
CppDoc v2.4.0
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD