GstAudioInfo

Information describing audio properties. This information can be filled in from GstCaps with gstaudio.audio_info.AudioInfo.fromCaps.

Use the provided macros to access the info in this structure.

Members

Variables

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

the number of bytes for one frame, this is the size of one sample * @channels

channels
int channels;

the number of channels

finfo
const(GstAudioFormatInfo)* finfo;

the format info of the audio

flags
GstAudioFlags flags;

additional audio flags

layout
GstAudioLayout layout;

audio layout

position
GstAudioChannelPosition[64] position;

the positions for each channel

rate
int rate;

the audio sample rate