gstaudio.audio_format

Module for [AudioFormat] enum namespace

Types 1

Namespace for [AudioFormat] enum

Methods
gstaudio.types.AudioFormat buildInteger(bool sign, int endianness, int width, int depth)Construct a #GstAudioFormat with given parameters.
void fillSilence(gstaudio.audio_format_info.AudioFormatInfo info, ubyte[] dest)Fill length bytes in dest with silence samples for info.
gstaudio.types.AudioFormat fromString(string format)Convert the format string to its #GstAudioFormat.