LinkVisual Media SDK(Android) v2.7.0-ilop
|
视频画面旋转角度 More...
Public Member Functions | |
LVVideoRotationMode (int value) | |
int | getValue () |
Static Public Member Functions | |
static LVVideoRotationMode | parseInt (int value) |
Public Attributes | |
LV_VIDEO_ROTATE_0_CLOCKWISE =(0) | |
LV_VIDEO_ROTATE_90_CLOCKWISE =(1) | |
LV_VIDEO_ROTATE_180_CLOCKWISE =(2) | |
LV_VIDEO_ROTATE_270_CLOCKWISE =(3) | |
视频画面旋转角度
com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_0_CLOCKWISE =(0) |
不旋转
com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_180_CLOCKWISE =(2) |
顺时针旋转180度
com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_270_CLOCKWISE =(3) |
顺时针旋转270度
com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_90_CLOCKWISE =(1) |
顺时针旋转90度