FFmpeg
|
asrc_abuffer.h
Go to the documentation of this file.
external 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.
Generated on Mon Nov 18 2024 06:51:52 for FFmpeg by 1.8.11