VideoDeviceType type

视频设备的类型。

type VideoDeviceType =
  | "Unknown"
  | "UsbCamera"
  | "CaptureAdapter"
  | "Virtual"
  | "ScreenSharing"