[][src]Function ffmpeg_dev::sys::ff_frame_pool_get_audio_config

pub unsafe extern "C" fn ff_frame_pool_get_audio_config(
    pool: *mut FFFramePool,
    channels: *mut c_int,
    nb_samples: *mut c_int,
    format: *mut AVSampleFormat,
    align: *mut c_int
) -> c_int

Get the audio frame pool configuration.

@param channels channels of each frame in this pool @param nb_samples number of samples of each frame in this pool @param format format of each frame in this pool @param align buffers alignement of each frame in this pool @return 0 on success, a negative AVERROR otherwise.