public class LiveRealTimeClipRequest extends AbstractModel
Constructor and Description |
---|
LiveRealTimeClipRequest() |
Modifier and Type | Method and Description |
---|---|
String |
getEndTime()
Get End time of stream clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
String |
getExpireTime()
Get Storage expiration time of video generated by persistent clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
String |
getExtInfo()
Get Reserved field.
|
String |
getHost()
Get Domain name used for live clipping.
|
Long |
getIsPersistence()
Get Whether to clip persistently.
|
Long |
getMetaDataRequired()
Get Whether the metadata of clipped video needs to be returned.
|
String |
getProcedure()
Get VOD task flow processing for video generated by persistent clipping.
|
String |
getStartTime()
Get Start time of stream clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
String |
getStreamId()
Get [LVB code](https://intl.cloud.tencent.com/document/product/267/5959?from_cn_redirect=1) of a stream.
|
Long |
getSubAppId()
Get [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
void |
setEndTime(String EndTime)
Set End time of stream clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setExpireTime(String ExpireTime)
Set Storage expiration time of video generated by persistent clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setExtInfo(String ExtInfo)
Set Reserved field.
|
void |
setHost(String Host)
Set Domain name used for live clipping.
|
void |
setIsPersistence(Long IsPersistence)
Set Whether to clip persistently.
|
void |
setMetaDataRequired(Long MetaDataRequired)
Set Whether the metadata of clipped video needs to be returned.
|
void |
setProcedure(String Procedure)
Set VOD task flow processing for video generated by persistent clipping.
|
void |
setStartTime(String StartTime)
Set Start time of stream clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).
|
void |
setStreamId(String StreamId)
Set [LVB code](https://intl.cloud.tencent.com/document/product/267/5959?from_cn_redirect=1) of a stream.
|
void |
setSubAppId(Long SubAppId)
Set [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD.
|
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
- [LVB code](https://intl.cloud.tencent.com/document/product/267/5959?from_cn_redirect=1) of a stream.public String getStartTime()
public void setStartTime(String StartTime)
StartTime
- Start time of stream clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).public String getEndTime()
public void setEndTime(String EndTime)
EndTime
- End time of stream clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I).public Long getIsPersistence()
public void setIsPersistence(Long IsPersistence)
IsPersistence
- Whether to clip persistently. 0: no, 1: yes. Default: no.public String getExpireTime()
public void setExpireTime(String ExpireTime)
ExpireTime
- Storage expiration time of video generated by persistent clipping in [ISO date format](https://intl.cloud.tencent.com/document/product/266/11732?from_cn_redirect=1#I). `9999-12-31T23:59:59Z` means `never expire`. After the expiration, the media file and its related resources (such as transcoding results and image sprites) will be permanently deleted. This parameter will be valid only when `IsPersistence` is 1. By default, the video will never expire.public String getProcedure()
public void setProcedure(String Procedure)
Procedure
- VOD task flow processing for video generated by persistent clipping. For more information, please see [Specifying Task Flow After Upload](https://intl.cloud.tencent.com/document/product/266/9759?from_cn_redirect=1). This parameter will be valid only when `IsPersistence` is 1.public Long getMetaDataRequired()
public void setMetaDataRequired(Long MetaDataRequired)
MetaDataRequired
- Whether the metadata of clipped video needs to be returned. 0: no, 1: yes. Default value: no.public String getHost()
public void setHost(String Host)
Host
- Domain name used for live clipping. Time shifting must be enabled in LVB.public String getExtInfo()
public void setExtInfo(String ExtInfo)
ExtInfo
- Reserved field. Do not enter a value for it.public Long getSubAppId()
public void setSubAppId(Long SubAppId)
SubAppId
- [Subapplication](https://intl.cloud.tencent.com/document/product/266/14574?from_cn_redirect=1) ID in VOD. If you need to access a resource in a subapplication, enter the subapplication ID in this field; otherwise, leave it empty.Copyright © 2020. All rights reserved.