Function ffmpeg_sys_the_third::av_audio_fifo_reset

source ·
pub unsafe extern "C" fn av_audio_fifo_reset(af: *mut AVAudioFifo)
Expand description

Reset the AVAudioFifo buffer.

This empties all data in the buffer.

@param af AVAudioFifo to reset