gstaudio.audio_format_info
Module for [AudioFormatInfo] class
class AudioFormatInfo
Types 1
classAudioFormatInfo
Information for an audio format.
Fields
GstAudioFormatInfo _cInstanceMethods
void * _cPtr()void format(gstaudio.types.AudioFormat propval) @propertySet `format` field. Params: propval = #GstAudioFormatvoid name(string propval) @propertySet `name` field. Params: propval = string representation of the formatstring description() @propertyGet `description` field. Returns: user readable description of the formatvoid description(string propval) @propertySet `description` field. Params: propval = user readable description of the formatvoid flags(gstaudio.types.AudioFormatFlags propval) @propertySet `flags` field. Params: propval = #GstAudioFormatFlagsvoid width(int propval) @propertySet `width` field. Params: propval = amount of bits used for one samplevoid depth(int propval) @propertySet `depth` field. Params: propval = amount of valid bits in @widthgstaudio.types.AudioFormat unpackFormat() @propertyGet `unpackFormat` field. Returns: the format of the unpacked samplesvoid unpackFormat(gstaudio.types.AudioFormat propval) @propertySet `unpackFormat` field. Params: propval = the format of the unpacked samplesvoid fillSilence(ubyte[] dest)Fill length bytes in dest with silence samples for info.