VideoStreamBegin constructor

VideoStreamBegin({
  1. String streamId = '',
  2. String description = '',
  3. String sourceType = '',
  4. VideoCodec codec = VideoCodec.H264,
  5. String codecDetails = '',
  6. int width = 0,
  7. int height = 0,
  8. double framerate = 30.0,
  9. String? correlationId,
})

Implementation

VideoStreamBegin({
    this.streamId = '',
    this.description = '',
    this.sourceType = '',
    this.codec = VideoCodec.H264,
    this.codecDetails = '',
    this.width = 0,
    this.height = 0,
    this.framerate = 30.0,
    this.correlationId,
});