GstAudio.AudioFormatInfo¶
Fields¶
| Name | Type | Access | Description | 
|---|---|---|---|
| depth | r/w | amount of valid bits in width | |
| description | r/w | user readable description of the format | |
| endianness | r/w | the endianness | |
| flags | r/w | ||
| format | r/w | ||
| name | r/w | string representation of the format | |
| pack_func | r/w | function to pack samples | |
| silence | r/w | width/8 bytes with 1 silent sample | |
| unpack_format | r/w | the format of the unpacked samples | |
| unpack_func | r/w | function to unpack samples | |
| width | r/w | amount of bits used for one sample | 
Methods¶
| 
 |