fn decode_track_properties(
buf: &mut impl Buf,
) -> Result<Vec<KeyValuePair>, CodecError>Expand description
Decode the Track Properties that fill the tail of a control message.
decode_kvp_delta with the Property registry’s value rules applied. The
two are separate because that function also reads Setup Options, which are a
third namespace numbering its entries independently of this one.