| Trees | Indices | Toggle frames |
|---|
ctypes.Structure --+
|
Sound_Sample
Represents sound data in the process of being decoded.
The Sound_Sample structure is the heart of SDL_sound. This holds information about a source of sound data as it is beind decoded. All fields in this structure are read-only.
| __getattr__(self, name) |
| Sound_AudioInfo |
actual
Actual audio format of the sample
|
| SDL_array |
buffer
Buffer of decoded data, as bytes
|
| int |
buffer_size
Current size of the buffer, in bytes
|
| Sound_DecoderInfo |
decoder
Decoder used for this sample
|
| Sound_AudioInfo |
desired
Desired audio format for conversion
|
| int |
flags
Bitwise combination of SOUND_SAMPLEFLAG_CANSEEK,
SOUND_SAMPLEFLAG_EOF, SOUND_SAMPLEFLAG_ERROR,
SOUND_SAMPLEFLAG_EGAIN
|
_fields_ = [('opaque', c_void_p), ('_decoder', POINTER(Sound_D
|
[('opaque', c_void_p), ('_decoder', POINTER(Sound_DecoderInfo)), ('des |
| Trees | Indices | Toggle frames |
|---|
| Generated by Epydoc 3.0beta1 on Wed Sep 08 23:50:19 2010 | http://epydoc.sourceforge.net |