IMSDK
即时通信 IM 提供全球接入、单聊、群聊、消息推送、资料关系链托管、帐号鉴权等全方位解决方案,并提供完备的 App 接入、后台管理接口。
VideoElement

Public 成员函数

 VideoElement ()
 
String getVideoUUID ()
 
String getVideoType ()
 
void setVideoType (String videoType)
 
String getVideoFilePath ()
 
void setVideoFilePath (String videoFilePath)
 
int getVideoFileSize ()
 
int getVideoDuration ()
 
void setVideoDuration (int duration)
 
int getVideoDownloadFlag ()
 
String getVideoDownloadUrl ()
 
int getVideoBusinessID ()
 
String getSnapshotUUID ()
 
String getSnapshotType ()
 
String getSnapshotFilePath ()
 
void setSnapshotFilePath (String snapshotFilePath)
 
int getSnapshotFileSize ()
 
int getSnapshotWidth ()
 
int getSnapshotHeight ()
 
int getSnapshotDownloadFlag ()
 
String getSnapshotDownloadUrl ()
 
boolean update (MessageBaseElement element)
 
int getElementType ()
 
void setElementType (int elementType)
 

静态 Public 属性

static int UUID_TYPE_VIDEO_THUMB = 0
 
static int UUID_TYPE_FILE = 1
 
static int UUID_TYPE_VIDEO = 2
 
static int UUID_TYPE_AUDIO = 3
 

构造及析构函数说明

◆ VideoElement()

VideoElement ( )
inline

成员函数说明

◆ getVideoUUID()

String getVideoUUID ( )
inline

◆ getVideoType()

String getVideoType ( )
inline

◆ setVideoType()

void setVideoType ( String  videoType)
inline

◆ getVideoFilePath()

String getVideoFilePath ( )
inline

◆ setVideoFilePath()

void setVideoFilePath ( String  videoFilePath)
inline

◆ getVideoFileSize()

int getVideoFileSize ( )
inline

◆ getVideoDuration()

int getVideoDuration ( )
inline

◆ setVideoDuration()

void setVideoDuration ( int  duration)
inline

◆ getVideoDownloadFlag()

int getVideoDownloadFlag ( )
inline

◆ getVideoDownloadUrl()

String getVideoDownloadUrl ( )
inline

◆ getVideoBusinessID()

int getVideoBusinessID ( )
inline

◆ getSnapshotUUID()

String getSnapshotUUID ( )
inline

◆ getSnapshotType()

String getSnapshotType ( )
inline

◆ getSnapshotFilePath()

String getSnapshotFilePath ( )
inline

◆ setSnapshotFilePath()

void setSnapshotFilePath ( String  snapshotFilePath)
inline

◆ getSnapshotFileSize()

int getSnapshotFileSize ( )
inline

◆ getSnapshotWidth()

int getSnapshotWidth ( )
inline

◆ getSnapshotHeight()

int getSnapshotHeight ( )
inline

◆ getSnapshotDownloadFlag()

int getSnapshotDownloadFlag ( )
inline

◆ getSnapshotDownloadUrl()

String getSnapshotDownloadUrl ( )
inline

◆ update()

boolean update ( MessageBaseElement  element)
inline

◆ getElementType()

int getElementType ( )
inlineinherited

◆ setElementType()

void setElementType ( int  elementType)
inlineinherited

结构体成员变量说明

◆ UUID_TYPE_VIDEO_THUMB

int UUID_TYPE_VIDEO_THUMB = 0
staticinherited

◆ UUID_TYPE_FILE

int UUID_TYPE_FILE = 1
staticinherited

◆ UUID_TYPE_VIDEO

int UUID_TYPE_VIDEO = 2
staticinherited

◆ UUID_TYPE_AUDIO

int UUID_TYPE_AUDIO = 3
staticinherited

◆ elementType

int elementType
protectedinherited