VeLivePlayerStream constructor
VeLivePlayerStream({
- required String url,
- VeLivePlayerResolution? resolution,
- int? bitrate,
- VeLivePlayerProtocol? protocol,
- VeLivePlayerFormat? format,
- VeLivePlayerStreamType? type,
Implementation
VeLivePlayerStream({
required this.url,
this.resolution,
this.bitrate,
this.protocol,
this.format,
this.type,
});