Function ffmpeg_sys::av_get_pcm_codec[][src]

pub unsafe extern "C" fn av_get_pcm_codec(
    fmt: AVSampleFormat,
    be: c_int
) -> AVCodecID
Expand description

Return the PCM codec associated with a sample format. @param be endianness, 0 for little, 1 for big, -1 (or anything else) for native @return AV_CODEC_ID_PCM_* or AV_CODEC_ID_NONE