StreamSelection constructor
StreamSelection({
- int? maxVideoBitsPerSecond,
- int? minVideoBitsPerSecond,
- StreamOrder? streamOrder,
Implementation
StreamSelection({
this.maxVideoBitsPerSecond,
this.minVideoBitsPerSecond,
this.streamOrder,
});