VideoSource constructor
VideoSource({
- required String token,
- required String frameRate,
- required VideoResolution resolution,
- Imaging? imaging,
Implementation
VideoSource(
{required this.token,
required this.frameRate,
required this.resolution,
this.imaging});