Class cocos.audio.SDL.sound.Sound_DecoderInfo

ctypes.Structure --+
                   |
                  Sound_DecoderInfo

Information about a sound decoder.

Each decoder sets up one of these structures, which can be retrieved via the Sound_AvailableDecoders function. Fields in this structure are read-only.

Methods

  __getattr__(self, name)

Instance Variables

str author
Author and email address
str description
Human-readable description of the decoder
list of str extensions
List of file extensions
str url
URL specific to this decoder

Class Variables

  _fields_ = [('_extensions', POINTER(c_char_p)), ('description'...

Class Variable Details

_fields_

Value:
[('_extensions', POINTER(c_char_p)), ('description', c_char_p), ('auth\
or', c_char_p), ('url', c_char_p)]