VeLivePlayerStreamData constructor
VeLivePlayerStreamData({
- bool? enableABR,
- bool? enableMainBackupSwitch,
- VeLivePlayerResolution? defaultResolution,
- VeLivePlayerFormat? defaultFormat,
- VeLivePlayerProtocol? defaultProtocol,
- List<
VeLivePlayerStream> ? mainStream, - List<
VeLivePlayerStream> ? backupStream,
Implementation
VeLivePlayerStreamData({
this.enableABR,
this.enableMainBackupSwitch,
this.defaultResolution,
this.defaultFormat,
this.defaultProtocol,
this.mainStream,
this.backupStream,
});