VideoSourceType
VideoSourceType
视频源的类型。
枚举值
- videoSourceCameraPrimary
 - 0:(默认)视频源为第一个摄像头。
 - videoSourceCamera
 - 0:(默认)视频源为第一个摄像头。
 - videoSourceCameraSecondary
 - 1:视频源为第二个摄像头。
 - videoSourceScreenPrimary
 - 2:视频源为第一个屏幕。
 - videoSourceScreen
 - 2:视频源为第一个屏幕。
 - videoSourceScreenSecondary
 - 3:视频源为第二个屏幕。
 - videoSourceCustom
 - 4:自定义的视频源。
 - videoSourceMediaPlayer
 - 5:视频源为媒体播放器。
 - videoSourceRtcImagePng
 - 6:视频源为 PNG 图片。
 - videoSourceRtcImageJpeg
 - 7:视频源为 JPEG 图片。
 - videoSourceRtcImageGif
 - 8:视频源为 GIF 图片。
 - videoSourceRemote
 - 9:视频源为网络获取的远端视频。
 - videoSourceTranscoded
 - 10:转码后的视频源。
 - videoSourceCameraThird
 - 11:(仅适用于 Android、Windows 和 macOS)视频源为第三个摄像头。
 - videoSourceCameraFourth
 - 12:(仅适用于 Android、Windows 和 macOS)视频源为第四个摄像头。
 - videoSourceScreenThird
 - 13:(仅适用于 Windows 和 macOS)视频源为第三个屏幕。
 - videoSourceScreenFourth
 - 14:(仅适用于 Windows 和 macOS)视频源为第四个屏幕。
 - videoSourceUnknown
 - 100:未知的视频源。