GstAudioFormatInfo

Information for an audio format.

Members

Variables

GstReserved
void*[4] GstReserved;
depth
int depth;

amount of valid bits in @width

description
const(char)* description;

user readable description of the format

endianness
int endianness;

the endianness

flags
GstAudioFormatFlags flags;

#GstAudioFormatFlags

format
GstAudioFormat format;

#GstAudioFormat

name
const(char)* name;

string representation of the format

packFunc
GstAudioFormatPack packFunc;

function to pack samples

silence
ubyte[8] silence;

@width/8 bytes with 1 silent sample

unpackFormat
GstAudioFormat unpackFormat;

the format of the unpacked samples

unpackFunc
GstAudioFormatUnpack unpackFunc;

function to unpack samples

width
int width;

amount of bits used for one sample