MultiplexSettings constructor

MultiplexSettings({
  1. required int transportStreamBitrate,
  2. required int transportStreamId,
  3. int? maximumVideoBufferDelayMilliseconds,
  4. int? transportStreamReservedBitrate,
})

Implementation

MultiplexSettings({
  required this.transportStreamBitrate,
  required this.transportStreamId,
  this.maximumVideoBufferDelayMilliseconds,
  this.transportStreamReservedBitrate,
});