selectVideoQuality method

void selectVideoQuality(
  1. int id
)

Pins the rendition with id (an id from videoQualities); -1 restores Auto. Not to be confused with the DRM stream quality — see BmdrmVideoQuality.

Implementation

void selectVideoQuality(int id) => _state?._setVideoQuality(id);