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.LVPlayerCode Enum Reference

播放器接口操作码 More...

Public Member Functions

 LVPlayerCode (int value)
 
int getValue ()
 

Static Public Member Functions

static LVPlayerCode parseInt (int value)
 

Public Attributes

 LV_PLAYER_SUCCESS =(0)
 
 LV_PLAYER_ERROR_FAILED =(-1)
 
 LV_PLAYER_ERROR_INVALID_PARAMETER =(-2)
 
 LV_PLAYER_ERROR_UNSUPPORTED =(-3)
 

Detailed Description

播放器接口操作码

Member Data Documentation

◆ LV_PLAYER_ERROR_FAILED

com.aliyun.iotx.linkvisual.media.player.bean.LVPlayerCode.LV_PLAYER_ERROR_FAILED =(-1)

执行失败, 通用错误

◆ LV_PLAYER_ERROR_INVALID_PARAMETER

com.aliyun.iotx.linkvisual.media.player.bean.LVPlayerCode.LV_PLAYER_ERROR_INVALID_PARAMETER =(-2)

错误的输入参数

◆ LV_PLAYER_ERROR_UNSUPPORTED

com.aliyun.iotx.linkvisual.media.player.bean.LVPlayerCode.LV_PLAYER_ERROR_UNSUPPORTED =(-3)

不支持的接口

◆ LV_PLAYER_SUCCESS

com.aliyun.iotx.linkvisual.media.player.bean.LVPlayerCode.LV_PLAYER_SUCCESS =(0)

执行成功