pub type CodecId = String;
A codec identifier (e.g., "h264", "vp9", "opus").
"h264"
"vp9"
"opus"
pub struct CodecId { /* private fields */ }