Live push preview orientation. More...
Public Member Functions | |
AlivcPreviewOrientationEnum (int orientation) | |
int | getOrientation () |
Public Attributes | |
ORIENTATION_PORTRAIT =(0) | |
ORIENTATION_LANDSCAPE_HOME_RIGHT =(90) | |
ORIENTATION_LANDSCAPE_HOME_LEFT =(270) | |
Live push preview orientation.
Definition at line 12 of file AlivcPreviewOrientationEnum.java.
int com.alivc.live.pusher.AlivcPreviewOrientationEnum.getOrientation | ( | ) |
Get angle of preview orientation
Definition at line 39 of file AlivcPreviewOrientationEnum.java.
com.alivc.live.pusher.AlivcPreviewOrientationEnum.ORIENTATION_LANDSCAPE_HOME_LEFT =(270) |
Horizontal screen, Home key on the left
Definition at line 26 of file AlivcPreviewOrientationEnum.java.
com.alivc.live.pusher.AlivcPreviewOrientationEnum.ORIENTATION_LANDSCAPE_HOME_RIGHT =(90) |
Horizontal screen, Home key on the right
Definition at line 21 of file AlivcPreviewOrientationEnum.java.
com.alivc.live.pusher.AlivcPreviewOrientationEnum.ORIENTATION_PORTRAIT =(0) |
portrait
Definition at line 16 of file AlivcPreviewOrientationEnum.java.