AgoraLocalVideoStreamError 常量
Declared in | AgoraEnumerates.h |
---|
AgoraLocalVideoStreamError
本地视频出错原因
Definition
typedef NS_ENUM(NSInteger, AgoraLocalVideoStreamError ) {
AgoraLocalVideoStreamErrorOK = 0,
AgoraLocalVideoStreamErrorFailure = 1,
AgoraLocalVideoStreamErrorDeviceNoPermission = 2,
AgoraLocalVideoStreamErrorDeviceBusy = 3,
AgoraLocalVideoStreamErrorCaptureFailure = 4,
AgoraLocalVideoStreamErrorEncodeFailure = 5,
};
Constants
AgoraLocalVideoStreamErrorOK
-
0: 本地视频状态正常。
Declared In
AgoraEnumerates.h
. AgoraLocalVideoStreamErrorFailure
-
1: 出错原因不明确。
Declared In
AgoraEnumerates.h
. AgoraLocalVideoStreamErrorDeviceNoPermission
-
2: 没有权限启动本地视频采集设备。
Declared In
AgoraEnumerates.h
. AgoraLocalVideoStreamErrorDeviceBusy
-
3: 本地视频采集设备正在使用中。
Declared In
AgoraEnumerates.h
. AgoraLocalVideoStreamErrorCaptureFailure
-
4: 本地视频采集失败,建议检查采集设备是否正常工作。
Declared In
AgoraEnumerates.h
. AgoraLocalVideoStreamErrorEncodeFailure
-
5: 本地视频编码失败。
Declared In
AgoraEnumerates.h
.
Declared In
AgoraEnumerates.h