Agora Java API Reference for Android
Public Member Functions | Public Attributes | List of all members
io.agora.rte.media.media_player.AgoraRteFileInfo Class Reference

Public Member Functions

void reset ()
 
boolean isValid ()
 
void setFileId (int fileId)
 
int getFileId ()
 
void setIndex (int index)
 
int getIndex ()
 
void setBeginTime (long beginTime)
 
long getBeginTime ()
 
void setDuration (long duration)
 
long getDuration ()
 
void setFileUrl (String fileUrl)
 
String getFileUrl ()
 
void setFrameRate (int frameRate)
 
int getFrameRate ()
 
void setVideoHeight (int videoHeight)
 
int getVideoHeight ()
 
void setVideoWidth (int videoWidth)
 
int getVideoWidth ()
 

Public Attributes

int fileId
 the UUID of media file, it's generated by RTE sdk
 
String fileUrl
 the absolute path of local file or url of cloud file
 
long duration
 the duration of this media file
 
int videoWidth
 the width of video frame
 
int videoHeight
 the height of video frame
 
int frameRate
 the frame rate of video
 
int index
 file index in list, it will be updated after remove/insert
 
long beginTime
 the begin timestamp in the list, it will be updated after remove/insert