Trees | Indices | Toggle frames |
---|
ctypes.Structure --+ | Sound_AudioInfoInformation about an existing sample's format.
Sound_SampleNew
,
Sound_SampleNewFromFile
int |
channels
Number of sound channels.
|
int |
format
Equivalent to SDL_AudioSpec.format
|
int |
rate
Sample rate, in samples per second.
|
_fields_ = [('format', c_ushort), ('channels', c_ubyte), ('rat
|
[('format', c_ushort), ('channels', c_ubyte), ('rate', c_uint)] |
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Wed Sep 08 23:50:19 2010 | http://epydoc.sourceforge.net |