Enumeration of streaming video camera type. More...
Public Member Functions | |
AlivcLivePushCameraTypeEnum (int cameraId) | |
int | getCameraId () |
Public Attributes | |
CAMERA_TYPE_BACK =(Camera.CameraInfo.CAMERA_FACING_BACK) | |
CAMERA_TYPE_FRONT =(Camera.CameraInfo.CAMERA_FACING_FRONT) | |
Enumeration of streaming video camera type.
Definition at line 14 of file AlivcLivePushCameraTypeEnum.java.
com.alivc.live.pusher.AlivcLivePushCameraTypeEnum.AlivcLivePushCameraTypeEnum | ( | int | cameraId | ) |
Definition at line 27 of file AlivcLivePushCameraTypeEnum.java.
int com.alivc.live.pusher.AlivcLivePushCameraTypeEnum.getCameraId | ( | ) |
com.alivc.live.pusher.AlivcLivePushCameraTypeEnum.CAMERA_TYPE_BACK =(Camera.CameraInfo.CAMERA_FACING_BACK) |
camera facing back
Definition at line 18 of file AlivcLivePushCameraTypeEnum.java.
com.alivc.live.pusher.AlivcLivePushCameraTypeEnum.CAMERA_TYPE_FRONT =(Camera.CameraInfo.CAMERA_FACING_FRONT) |
CAMERA FACING FRONT
Definition at line 23 of file AlivcLivePushCameraTypeEnum.java.