Trees | Indices | Toggle frames |
---|
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.
__getattr__(self, name) |
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
|
_fields_ = [('_extensions', POINTER(c_char_p)), ('description'
|
[('_extensions', POINTER(c_char_p)), ('description', c_char_p), ('auth |
Trees | Indices | Toggle frames |
---|
Generated by Epydoc 3.0beta1 on Wed Jul 07 22:46:51 2010 | http://epydoc.sourceforge.net |