const FILL_PARAMETERS_ALLOWED: &[u64];Expand description
The parameter types draft-20 Section 10.2.15, Table 6 permits inside a
FILL_PARAMETERS value, in ascending order.
TRACK_PROPERTY_FILTER (0x29) is deliberately absent: it selects tracks,
and a fill applies to one already-selected track. The same list is enforced
on the decode side by moqtap_codec::draft20::message::decode_fill_parameters,
which is what the round-trip check at the end of
FillParameters::parameter leans on.