VideoSource constructor

VideoSource({
  1. required String token,
  2. required String frameRate,
  3. required VideoResolution resolution,
  4. Imaging? imaging,
})

Implementation

VideoSource({
  required this.token,
  required this.frameRate,
  required this.resolution,
  this.imaging,
});