Function ff_audio_resample_init

Source
pub unsafe extern "C" fn ff_audio_resample_init(
    avr: *mut AVAudioResampleContext,
) -> *mut ResampleContext
Expand description

Allocate and initialize a ResampleContext.

The parameters in the AVAudioResampleContext are used to initialize the ResampleContext.

@param avr AVAudioResampleContext @return newly-allocated ResampleContext