pub fn set_streaming_quality(quality: StreamingQuality)Expand description
Set the durable device default. Applies to every stream opened afterwards that has no per-playback override.
Streams already playing keep the bitrate they were opened at — a cap is a
property of the URL the server is transcoding for, so changing it mid-stream
requires re-opening at the new quality (player_set_stream_quality).
TRACES: UR-074 | DR-162