Skip to main content

STREAMING_QUALITY_KEY

Constant STREAMING_QUALITY_KEY 

Source
const STREAMING_QUALITY_KEY: &str = "streaming_quality";
Expand description

app_settings key holding the persisted streaming bandwidth ceiling.

The cap is persisted (unlike the rest of VideoSettings, which is process-lifetime state) because forgetting it is the one failure that costs the user something real: a limit set for a metered connection that silently reverts to uncapped on the next launch spends their data allowance without ever showing them a changed setting.

TRACES: UR-074 | DR-162