pub unsafe extern "C" fn ff_audio_mix_alloc(
avr: *mut AVAudioResampleContext,
) -> *mut AudioMix
Expand description
Allocate and initialize an AudioMix context.
The parameters in the AVAudioResampleContext are used to initialize the AudioMix context.
@param avr AVAudioResampleContext @return newly-allocated AudioMix context.