gstaudio.audio_format_info
Module for [AudioFormatInfo] class
class AudioFormatInfo
Types 1
classAudioFormatInfo
Information for an audio format.
Fields
GstAudioFormatInfo _cInstanceMethods
void * _cPtr() nothrowvoid format(gstaudio.types.AudioFormat propval) @property nothrowSet `format` field. Params: propval = #GstAudioFormatvoid name(string propval) @property nothrowSet `name` field. Params: propval = string representation of the formatstring description() @property nothrowGet `description` field. Returns: user readable description of the formatvoid description(string propval) @property nothrowSet `description` field. Params: propval = user readable description of the formatgstaudio.types.AudioFormatFlags flags() @property nothrowGet `flags` field. Returns: #GstAudioFormatFlagsvoid flags(gstaudio.types.AudioFormatFlags propval) @property nothrowSet `flags` field. Params: propval = #GstAudioFormatFlagsvoid endianness(int propval) @property nothrowSet `endianness` field. Params: propval = the endiannessvoid width(int propval) @property nothrowSet `width` field. Params: propval = amount of bits used for one samplevoid depth(int propval) @property nothrowSet `depth` field. Params: propval = amount of valid bits in @widthgstaudio.types.AudioFormat unpackFormat() @property nothrowGet `unpackFormat` field. Returns: the format of the unpacked samplesvoid unpackFormat(gstaudio.types.AudioFormat propval) @property nothrowSet `unpackFormat` field. Params: propval = the format of the unpacked samples