AudioData

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

bps
int bps;

< bytes per sample

ch
uint8_t[SWR_CH_MAX]* ch;

< samples buffer per channel

ch_count
int ch_count;

< number of channels

count
int count;

< number of samples

data
uint8_t* data;

< samples buffer

fmt
AVSampleFormat fmt;

< sample format

planar
int planar;

< 1 if planar audio, 0 otherwise

Meta