exists with the given parameters.
AudioFormat.buildInteger
gstaudio.types.AudioFormat buildInteger(bool sign, int endianness, int width, int depth)Construct a #GstAudioFormat with given parameters.
Parameters
sign | signed or unsigned format |
endianness | G_LITTLE_ENDIAN or G_BIG_ENDIAN |
width | amount of bits used per sample |
depth | amount of used bits in width |
Returns
a #GstAudioFormat or GST_AUDIO_FORMAT_UNKNOWN when no audio format