Enumeration VideoSourceType

The type of the video source.

Enumeration Members

VideoSourceCamera: 0

0: (Default) The primary camera.

VideoSourceCameraFourth: 12

12: (For Android only) The fourth camera.

VideoSourceCameraPrimary: 0

0: (Default) The primary camera.

VideoSourceCameraSecondary: 1

1: The secondary camera.

VideoSourceCameraThird: 11

11: (For Android only) The third camera.

VideoSourceCustom: 4

4: A custom video source.

VideoSourceMediaPlayer: 5

5: The media player.

VideoSourceRemote: 9

9: One remote video acquired by the network.

VideoSourceRtcImageGif: 8

8: One GIF image.

VideoSourceRtcImageJpeg: 7

7: One JPEG image.

VideoSourceRtcImagePng: 6

6: One PNG image.

VideoSourceScreen: 2

2: The primary screen.

VideoSourceScreenPrimary: 2

2: The primary screen.

VideoSourceScreenSecondary: 3

3: The secondary screen.

VideoSourceTranscoded: 10

10: One transcoded video source.

VideoSourceUnknown: 100

100: An unknown video source.

Generated using TypeDoc