LinkVisual Media SDK(Android) v2.7.0-ilop
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode Enum Reference

视频画面旋转角度 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)
 

Detailed Description

视频画面旋转角度

Member Data Documentation

◆ LV_VIDEO_ROTATE_0_CLOCKWISE

com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_0_CLOCKWISE =(0)

不旋转

◆ LV_VIDEO_ROTATE_180_CLOCKWISE

com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_180_CLOCKWISE =(2)

顺时针旋转180度

◆ LV_VIDEO_ROTATE_270_CLOCKWISE

com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_270_CLOCKWISE =(3)

顺时针旋转270度

◆ LV_VIDEO_ROTATE_90_CLOCKWISE

com.aliyun.iotx.linkvisual.media.player.bean.LVVideoRotationMode.LV_VIDEO_ROTATE_90_CLOCKWISE =(1)

顺时针旋转90度