pub fn set_streaming_quality(quality: StreamingQuality)Expand description
Apply a bandwidth ceiling to every subsequently-opened video stream.
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