pub const CODEC_FACTORY_CODEC_LIST_SIZE_MAX: u32 = 256; // 256u32Expand description
Constrain the length of the vector indicated via OnCodecList, and constrain the max items in
any vector within the response from GetDetailedCodecDescriptions. The overall enforced limit
for codec caps information is the max channel message size however, since nested vectors each of
max size could otherwise exceed the max channel message size.