Skip to main content

player_get_streaming_qualities

Function player_get_streaming_qualities 

Source
pub async fn player_get_streaming_qualities() -> Result<Vec<(StreamingQuality, String, String)>, String>
Expand description

The bandwidth ceilings the quality picker may offer, each with the label and one-line detail to show for it, highest first.

The ladder and its numbers are Jellyfin encoding domain vocabulary, so the frontend reads them here rather than encoding them — the same arrangement as player_get_eq_presets.

TRACES: UR-074 | DR-162