AVFilterBufferRefAudioProps

Audio specific properties in a reference to an AVFilterBuffer. Since AVFilterBufferRef is common to different media formats, audio specific per reference properties must be separated out.

@nogc nothrow extern (C)
static if(FF_API_AVFILTERBUFFER)
struct AVFilterBufferRefAudioProps {}

Members

Variables

channel_layout
uint64_t channel_layout;

< channel layout of audio buffer

channels
int channels;

< number of channels (do not access directly)

nb_samples
int nb_samples;

< number of audio samples per channel

sample_rate
int sample_rate;

< audio buffer sample rate

Meta