public interface IPolyvValidateLocalVideoVO
限定符和类型 | 接口和说明 |
---|---|
static interface |
IPolyvValidateLocalVideoVO.ResultType |
限定符和类型 | 字段和说明 |
---|---|
static int |
RESULT_HAVE_LOCAL_VIDEO
有本地文件
|
static int |
RESULT_LOCAL_VIEWO_ERROR
本地文件错误
|
static int |
RESULT_NOT_LOCAL_VIDEO
没有本地文件
|
限定符和类型 | 方法和说明 |
---|---|
int |
getBitrate()
获取视频码率(清晰度)
|
java.lang.String |
getFilePath()
获取视频本地路径
|
int |
getResult()
获取结果类型
|
java.lang.String |
getVideoId()
获取视频id
|
boolean |
hasLocalVideo()
本地视频存在
|
boolean |
isHlsVideo()
是否HLS视频
|
boolean |
isM3u8Video()
已过时。
|
boolean |
isMp4Video()
是否MP4视频
|
static final int RESULT_HAVE_LOCAL_VIDEO
static final int RESULT_NOT_LOCAL_VIDEO
static final int RESULT_LOCAL_VIEWO_ERROR
int getResult()
java.lang.String getFilePath()
getResult()
返回RESULT_HAVE_LOCAL_VIDEO
类型的时候,有值int getBitrate()
java.lang.String getVideoId()
boolean hasLocalVideo()
true
:存在,false
:不存在或者错误@Deprecated boolean isM3u8Video()
true
:是,false
:不是isHlsVideo()
boolean isHlsVideo()
true
:是,false
:不是boolean isMp4Video()
true
:是,false
:不是