public class VideoInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
VideoInfo()  | 
VideoInfo(VideoInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Long | 
getHeight()
Get Height of the video resolution. 
 | 
String | 
getUserId()
Get ID of the user to which the camera video or screen-sharing video belongs (whiteboard video: null, mixed stream video: tic_mixstream_ 
 | 
Long | 
getVideoDuration()
Get Video playback duration, in milliseconds 
 | 
String | 
getVideoFormat()
Get Video format 
 | 
String | 
getVideoId()
Get Video file ID 
 | 
Long | 
getVideoPlayTime()
Get Video playback start time, in milliseconds 
 | 
Long | 
getVideoSize()
Get Video size, in bytes 
 | 
Long | 
getVideoType()
Get Video stream type - 0: camera video - 1: screen-sharing video - 2: whiteboard video - 3: mixed stream video - 4: audio-only (mp3) 
 | 
String | 
getVideoUrl()
Get Video file URL 
 | 
Long | 
getWidth()
Get Width of the video resolution. 
 | 
void | 
setHeight(Long Height)
Set Height of the video resolution. 
 | 
void | 
setUserId(String UserId)
Set ID of the user to which the camera video or screen-sharing video belongs (whiteboard video: null, mixed stream video: tic_mixstream_ 
 | 
void | 
setVideoDuration(Long VideoDuration)
Set Video playback duration, in milliseconds 
 | 
void | 
setVideoFormat(String VideoFormat)
Set Video format 
 | 
void | 
setVideoId(String VideoId)
Set Video file ID 
 | 
void | 
setVideoPlayTime(Long VideoPlayTime)
Set Video playback start time, in milliseconds 
 | 
void | 
setVideoSize(Long VideoSize)
Set Video size, in bytes 
 | 
void | 
setVideoType(Long VideoType)
Set Video stream type - 0: camera video - 1: screen-sharing video - 2: whiteboard video - 3: mixed stream video - 4: audio-only (mp3) 
 | 
void | 
setVideoUrl(String VideoUrl)
Set Video file URL 
 | 
void | 
setWidth(Long Width)
Set Width of the video resolution. 
 | 
void | 
toMap(HashMap<String,String> map,
     String prefix)
Internal implementation, normal users should not use it. 
 | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VideoInfo()
public VideoInfo(VideoInfo source)
public Long getVideoPlayTime()
public void setVideoPlayTime(Long VideoPlayTime)
VideoPlayTime - Video playback start time, in millisecondspublic Long getVideoSize()
public void setVideoSize(Long VideoSize)
VideoSize - Video size, in bytespublic String getVideoFormat()
public void setVideoFormat(String VideoFormat)
VideoFormat - Video formatpublic Long getVideoDuration()
public void setVideoDuration(Long VideoDuration)
VideoDuration - Video playback duration, in millisecondspublic String getVideoUrl()
public void setVideoUrl(String VideoUrl)
VideoUrl - Video file URLpublic String getVideoId()
public void setVideoId(String VideoId)
VideoId - Video file IDpublic Long getVideoType()
public void setVideoType(Long VideoType)
VideoType - Video stream type - 0: camera video - 1: screen-sharing video - 2: whiteboard video - 3: mixed stream video - 4: audio-only (mp3)public String getUserId()
public void setUserId(String UserId)
UserId - ID of the user to which the camera video or screen-sharing video belongs (whiteboard video: null, mixed stream video: tic_mixstream_public Long getWidth()
public void setWidth(Long Width)
Width - Width of the video resolution.public Long getHeight()
public void setHeight(Long Height)
Height - Height of the video resolution.Copyright © 2025. All rights reserved.