[][src]Function ffmpeg_dev::sys::ff_audio_resample_init

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

Allocate and initialize a ResampleContext.

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

@param avr AVAudioResampleContext @return newly-allocated ResampleContext