av_get_pcm_codec

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

extern (C) @nogc nothrow
av_get_pcm_codec
(
AVSampleFormat fmt
,
int be
)

Meta