switchQuality abstract method
Switches the video playback quality to the specified quality
.
Throws an exception if the specified quality is not available.
Implementation
Future<void> switchQuality(OmniVideoQuality quality);
Switches the video playback quality to the specified quality
.
Throws an exception if the specified quality is not available.
Future<void> switchQuality(OmniVideoQuality quality);