Available on crate feature
codec only.Expand description
Codec-erased dispatch over CodecId.
Protocol handlers call these to classify an access unit without naming a
concrete parser. Each returns a conservative default (false / None) for a
codec whose feature is not enabled.
Functions§
- hls_
codec_ string - The HLS
CODECSattribute forcodecgiven parsedparams. - is_
random_ access_ point - Whether
datais a random-access point undercodec. - parse_
config - Extract
VideoParamsfrom a config access unit forcodec.