VideoStream constructor

VideoStream({
  1. H264CodecSettings? h264,
  2. H265CodecSettings? h265,
  3. Vp9CodecSettings? vp9,
})

Implementation

VideoStream({
  this.h264,
  this.h265,
  this.vp9,
});