Function av_audio_fifo_alloc
pub unsafe extern "C" fn av_audio_fifo_alloc(
sample_fmt: i32,
channels: i32,
nb_samples: i32,
) -> *mut AVAudioFifo
Expand description
Allocate an AVAudioFifo.
@param sample_fmt sample format @param channels number of channels @param nb_samples initial allocation size, in samples @return newly allocated AVAudioFifo, or NULL on error