VeLivePlayerStream constructor

VeLivePlayerStream({
  1. required String url,
  2. VeLivePlayerResolution? resolution,
  3. int? bitrate,
  4. VeLivePlayerProtocol? protocol,
  5. VeLivePlayerFormat? format,
  6. VeLivePlayerStreamType? type,
})

Implementation

VeLivePlayerStream({
  required this.url,
  this.resolution,
  this.bitrate,
  this.protocol,
  this.format,
  this.type,
});