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)视频源为第三个摄像头。
 - VideoSourceCameraFourth
 - 12:(仅适用于 Android)视频源为第四个摄像头。
 - VideoSourceUnknown
 - 100:未知的视频源。