RCRTCVideoEventCode

Author

gusd @Date 2021/09/06

Entries

Link copied to clipboard

未知错误

Link copied to clipboard

摄像头资源被其他应用抢占

Link copied to clipboard

摄像头资源恢复

Link copied to clipboard

对应Camera.ErrorCallback#CAMERA_ERROR_UNKNOWN 目前应用退后台后,摄像头自动停止采集这种场景Camera会报CAMERA_ERROR_UNKNOWN,应通知开发者

Properties

Link copied to clipboard
public int code

Functions

Link copied to clipboard
public static RCRTCVideoEventCode valueOf(String name)

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard
public static Array<RCRTCVideoEventCode> values()

Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.