19 #ifndef AVFILTER_ASRC_ABUFFER_H
20 #define AVFILTER_ASRC_ABUFFER_H
50 int sample_fmt, int64_t ch_layout,
int planar,
74 int sample_fmt, int64_t ch_layout,
int planar,
88 AVFilterBufferRef *samplesref,
ptrdiff_t const GLvoid * data
Main libavfilter public API header.
attribute_deprecated int av_asrc_buffer_add_audio_buffer_ref(AVFilterContext *abuffersrc, AVFilterBufferRef *samplesref, int av_unused flags)
Queue an audio buffer to the audio buffer source.
attribute_deprecated int av_asrc_buffer_add_samples(AVFilterContext *abuffersrc, uint8_t *data[8], int linesize[8], int nb_samples, int sample_rate, int sample_fmt, int64_t ch_layout, int planar, int64_t pts, int av_unused flags)
Queue an audio buffer to the audio buffer source.
attribute_deprecated int av_asrc_buffer_add_buffer(AVFilterContext *abuffersrc, uint8_t *buf, int buf_size, int sample_rate, int sample_fmt, int64_t ch_layout, int planar, int64_t pts, int av_unused flags)
Queue an audio buffer to the audio buffer source.
static int64_t pts
Global timestamp for the audio frames.
#define attribute_deprecated