VideoStream constructor
VideoStream({
- H264CodecSettings? h264,
- H265CodecSettings? h265,
- Vp9CodecSettings? vp9,
Implementation
VideoStream({
this.h264,
this.h265,
this.vp9,
});