Live push preview rotation. More...
Public Member Functions | |
AlivcPreviewRotationEnum (int rotation) | |
int | getRotation () |
Public Attributes | |
ROTATION_0 =(0) | |
ROTATION_90 =(90) | |
ROTATION_180 =(180) | |
ROTATION_270 =(270) | |
ROTATION_360 =(360) | |
Live push preview rotation.
Definition at line 12 of file AlivcPreviewRotationEnum.java.
int com.alivc.live.pusher.AlivcPreviewRotationEnum.getRotation | ( | ) |
Get angle of rotation
Definition at line 50 of file AlivcPreviewRotationEnum.java.
com.alivc.live.pusher.AlivcPreviewRotationEnum.ROTATION_0 =(0) |
no rotation
Definition at line 17 of file AlivcPreviewRotationEnum.java.
com.alivc.live.pusher.AlivcPreviewRotationEnum.ROTATION_180 =(180) |
Rotate 180 clockwise
Definition at line 27 of file AlivcPreviewRotationEnum.java.
com.alivc.live.pusher.AlivcPreviewRotationEnum.ROTATION_270 =(270) |
Rotate 270 clockwise
Definition at line 32 of file AlivcPreviewRotationEnum.java.
com.alivc.live.pusher.AlivcPreviewRotationEnum.ROTATION_360 =(360) |
Rotate 360 clockwise
Definition at line 37 of file AlivcPreviewRotationEnum.java.
com.alivc.live.pusher.AlivcPreviewRotationEnum.ROTATION_90 =(90) |
Rotate 90 clockwise
Definition at line 22 of file AlivcPreviewRotationEnum.java.