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,
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.
Main libavfilter public API header.
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.
#define attribute_deprecated
#define av_unused
Disable warnings about deprecated features This is useful for sections of code kept for backward comp...
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.