DiveVideoSource constructor

DiveVideoSource({
  1. String? name,
})

Implementation

DiveVideoSource({String? name}) : super(inputType: DiveInputType.videoCaptureDevice, name: name);