pub fn msg_surface_subscribe_ext(
surface_id: u16,
codec_support: u8,
bandwidth: u8,
speed: u8,
) -> Vec<u8> ⓘExpand description
Extended surface subscribe with per-surface codec, bandwidth and speed overrides.
codec_support: CODEC_SUPPORT_* bitmask (0 = use connection default).
bandwidth: SURFACE_BANDWIDTH_* constant (0 = use server default).
speed: SURFACE_SPEED_* constant (0 = use server default).