gstaudio.audio_format
Module for [AudioFormat] enum namespace
struct AudioFormat
Types 1
structAudioFormat
Namespace for [AudioFormat] enum
Methods
gstaudio.types.AudioFormat buildInteger(bool sign, int endianness, int width, int depth) static nothrowConstruct a #GstAudioFormat with given parameters.void fillSilence(gstaudio.audio_format_info.AudioFormatInfo info, ubyte[] dest) static nothrowFill length bytes in dest with silence samples for info.gstaudio.types.AudioFormat fromString(string format) static nothrowConvert the format string to its #GstAudioFormat.gstaudio.audio_format_info.AudioFormatInfo getInfo(gstaudio.types.AudioFormat format) static nothrowGet the #GstAudioFormatInfo for format