public class OmittedDuration extends AbstractModel
Constructor and Description |
---|
OmittedDuration() |
Modifier and Type | Method and Description |
---|---|
Long |
getPauseTime()
Get Recording pause timestamp, in milliseconds
|
Long |
getResumeTime()
Get Recording resumption timestamp, in milliseconds
|
Long |
getVideoTime()
Get Offset of the paused time in the spliced video, in milliseconds
|
void |
setPauseTime(Long PauseTime)
Set Recording pause timestamp, in milliseconds
|
void |
setResumeTime(Long ResumeTime)
Set Recording resumption timestamp, in milliseconds
|
void |
setVideoTime(Long VideoTime)
Set Offset of the paused time in the spliced video, in milliseconds
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public Long getVideoTime()
public void setVideoTime(Long VideoTime)
VideoTime
- Offset of the paused time in the spliced video, in millisecondspublic Long getPauseTime()
public void setPauseTime(Long PauseTime)
PauseTime
- Recording pause timestamp, in millisecondspublic Long getResumeTime()
public void setResumeTime(Long ResumeTime)
ResumeTime
- Recording resumption timestamp, in millisecondsCopyright © 2020. All rights reserved.