[][src]Function ffav_sys::av_get_pcm_codec

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

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