swri_audio_convert_alloc

Create an audio sample format converter context @param out_fmt Output sample format @param in_fmt Input sample format @param channels Number of channels @param flags See AV_CPU_FLAG_xx @param ch_map list of the channels id to pick from the source stream, NULL if all channels must be selected @return NULL on error

@nogc nothrow extern (C)
swri_audio_convert_alloc
(
AVSampleFormat out_fmt
,
AVSampleFormat in_fmt
,,
const int* ch_map
,
int flags
)

Meta