targetQuality property
Q?
get
targetQuality
The desired qualities of the media track.
Remarks:
- If desired qualities are present, the Adaptive Bitrate mechanism of the player will limit itself to these qualities.
- If one desired quality is present, the Adaptive Bitrate mechanism of the player will be disabled and the desired quality will be played back.
Limitations:
- Not available on iOS
Implementation
Q? get targetQuality;
set
targetQuality
(Q? targetQuality)
Implementation
set targetQuality(Q? targetQuality);