public class EditMediaStreamInfo extends AbstractModel
Constructor and Description |
---|
EditMediaStreamInfo() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get 流剪辑的结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getStartTime()
Get 流剪辑的起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getStreamId()
Get 录制的流 ID
|
void |
setEndTime(String EndTime)
Set 流剪辑的结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setStartTime(String StartTime)
Set 流剪辑的起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setStreamId(String StreamId)
Set 录制的流 ID
|
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 String getStreamId()
public void setStreamId(String StreamId)
StreamId
- 录制的流 IDpublic String getStartTime()
public void setStartTime(String StartTime)
StartTime
- 流剪辑的起始时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- 流剪辑的结束时间,使用 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。Copyright © 2020. All rights reserved.