跳到主要内容

av_get_bits_per_sample

搜索

函数 av_get_bits_per_sample 

源代码
pub unsafe extern "C" fn av_get_bits_per_sample(
    codec_id: AVCodecID,
) -> c_int
展开描述

Return codec bits per sample.

@param[in] codec_id the codec @return Number of bits per sample or zero if unknown for the given codec.