public class LiveRealTimeClipRequest extends AbstractModel
Constructor and Description |
---|
LiveRealTimeClipRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get 流剪辑的结束时间,格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getExpireTime()
Get 剪辑固化后的视频存储过期时间。格式参照 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。填“9999-12-31T23:59:59Z”表示永不过期。过期后该媒体文件及其相关资源(转码结果、雪碧图等)将被永久删除。仅 IsPersistence 为 1 时有效,默认剪辑固化的视频永不过期。
|
String |
getExtInfo()
Get 系统保留字段,请勿填写。
|
String |
getHost()
Get 云点播中添加的用于时移播放的域名,必须在云直播已经[关联录制模板和开通时移服务](https://cloud.tencent.com/document/product/266/52220#.E6.AD.A5.E9.AA.A43.EF.BC.9A.E5.85.B3.E8.81.94.E5.BD.95.E5.88.B6.E6.A8.A1.E6.9D.BF.3Ca-id.3D.22step3.22.3E.3C.2Fa.3E)。**如果本接口的首次调用时间在 2021-01-01T00:00:00Z 之后,则此字段为必选字段。**
|
Long |
getIsPersistence()
Get 是否固化。0 不固化,1 固化。默认不固化。
|
Long |
getMetaDataRequired()
Get 是否需要返回剪辑后的视频元信息。0 不需要,1 需要。默认不需要。
|
String |
getProcedure()
Get 剪辑固化后的视频点播任务流处理,详见[上传指定任务流](https://cloud.tencent.com/document/product/266/9759)。仅 IsPersistence 为 1 时有效。
|
String |
getStartTime()
Get 流剪辑的开始时间,格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
String |
getStreamId()
Get 推流[直播码](https://cloud.tencent.com/document/product/267/5959)。
|
Long |
getSubAppId()
Get 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。
|
void |
setEndTime(String EndTime)
Set 流剪辑的结束时间,格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setExpireTime(String ExpireTime)
Set 剪辑固化后的视频存储过期时间。格式参照 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。填“9999-12-31T23:59:59Z”表示永不过期。过期后该媒体文件及其相关资源(转码结果、雪碧图等)将被永久删除。仅 IsPersistence 为 1 时有效,默认剪辑固化的视频永不过期。
|
void |
setExtInfo(String ExtInfo)
Set 系统保留字段,请勿填写。
|
void |
setHost(String Host)
Set 云点播中添加的用于时移播放的域名,必须在云直播已经[关联录制模板和开通时移服务](https://cloud.tencent.com/document/product/266/52220#.E6.AD.A5.E9.AA.A43.EF.BC.9A.E5.85.B3.E8.81.94.E5.BD.95.E5.88.B6.E6.A8.A1.E6.9D.BF.3Ca-id.3D.22step3.22.3E.3C.2Fa.3E)。**如果本接口的首次调用时间在 2021-01-01T00:00:00Z 之后,则此字段为必选字段。**
|
void |
setIsPersistence(Long IsPersistence)
Set 是否固化。0 不固化,1 固化。默认不固化。
|
void |
setMetaDataRequired(Long MetaDataRequired)
Set 是否需要返回剪辑后的视频元信息。0 不需要,1 需要。默认不需要。
|
void |
setProcedure(String Procedure)
Set 剪辑固化后的视频点播任务流处理,详见[上传指定任务流](https://cloud.tencent.com/document/product/266/9759)。仅 IsPersistence 为 1 时有效。
|
void |
setStartTime(String StartTime)
Set 流剪辑的开始时间,格式参照 [ISO 日期格式说明](https://cloud.tencent.com/document/product/266/11732#I)。
|
void |
setStreamId(String StreamId)
Set 推流[直播码](https://cloud.tencent.com/document/product/267/5959)。
|
void |
setSubAppId(Long SubAppId)
Set 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 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
- 推流[直播码](https://cloud.tencent.com/document/product/267/5959)。public 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)。public Long getIsPersistence()
public void setIsPersistence(Long IsPersistence)
IsPersistence
- 是否固化。0 不固化,1 固化。默认不固化。public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- 剪辑固化后的视频存储过期时间。格式参照 [ISO 日期格式](https://cloud.tencent.com/document/product/266/11732#I)。填“9999-12-31T23:59:59Z”表示永不过期。过期后该媒体文件及其相关资源(转码结果、雪碧图等)将被永久删除。仅 IsPersistence 为 1 时有效,默认剪辑固化的视频永不过期。public String getProcedure()
public void setProcedure(String Procedure)
Procedure
- 剪辑固化后的视频点播任务流处理,详见[上传指定任务流](https://cloud.tencent.com/document/product/266/9759)。仅 IsPersistence 为 1 时有效。public Long getMetaDataRequired()
public void setMetaDataRequired(Long MetaDataRequired)
MetaDataRequired
- 是否需要返回剪辑后的视频元信息。0 不需要,1 需要。默认不需要。public String getHost()
public void setHost(String Host)
Host
- 云点播中添加的用于时移播放的域名,必须在云直播已经[关联录制模板和开通时移服务](https://cloud.tencent.com/document/product/266/52220#.E6.AD.A5.E9.AA.A43.EF.BC.9A.E5.85.B3.E8.81.94.E5.BD.95.E5.88.B6.E6.A8.A1.E6.9D.BF.3Ca-id.3D.22step3.22.3E.3C.2Fa.3E)。**如果本接口的首次调用时间在 2021-01-01T00:00:00Z 之后,则此字段为必选字段。**public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- 系统保留字段,请勿填写。public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- 点播[子应用](/document/product/266/14574) ID。如果要访问子应用中的资源,则将该字段填写为子应用 ID;否则无需填写该字段。Copyright © 2021. All rights reserved.