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