VideoPlaybackInfo constructor

VideoPlaybackInfo({
  1. String? hls,
  2. String? dash,
})

Implementation

VideoPlaybackInfo({
  this.hls,
  this.dash,
});