Video SDK for Android API Reference
Loading...
Searching...
No Matches
UVCCameraStatus.java
Go to the documentation of this file.
1package us.zoom.sdk;
2
3public enum UVCCameraStatus {
13 @Deprecated
23}
CONNECTED
UVC camera is connected, you can switch to this camera at this time.
ATTACHED
The state when UVC camera is inserted, you can switch to this camera at this time.
CANCELED
UVC camera is canceled.
DETACHED
The state when the uvc camera is pulled out.