Skip to main content

decode_track_properties

Function decode_track_properties 

Source
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.