Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration ZegoVideoSourceType

video capture source.

Index

Enumeration members

Camera

Camera: = 2

Video source from the camera.

Default

Default: = 0

Default capture logic, i.e. if there is a video external capture factory set, external capture is used, otherwise internal capture is used.

ExternalCapture

ExternalCapture: = 3

The video source is from an external capture . When no external capture factory is set, it will be automatically corrected to VIDEO_SRC_CAMERA.

ScreenCapture

ScreenCapture: = 6

Video source from screen capture.

Generated using TypeDoc