Class LiveStreamClipProjectInput
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.LiveStreamClipProjectInput
-
public class LiveStreamClipProjectInput extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description LiveStreamClipProjectInput()LiveStreamClipProjectInput(LiveStreamClipProjectInput 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetStreamRecordDuration()Get 直播流录制时长,单位为秒,最大值为 7200。StringgetUrl()Get 直播流播放地址,目前仅支持 HLS 和 FLV 格式。voidsetStreamRecordDuration(Long StreamRecordDuration)Set 直播流录制时长,单位为秒,最大值为 7200。voidsetUrl(String Url)Set 直播流播放地址,目前仅支持 HLS 和 FLV 格式。voidtoMap(HashMap<String,String> map, String prefix)Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
LiveStreamClipProjectInput
public LiveStreamClipProjectInput()
-
LiveStreamClipProjectInput
public LiveStreamClipProjectInput(LiveStreamClipProjectInput 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.
-
-
Method Detail
-
getUrl
public String getUrl()
Get 直播流播放地址,目前仅支持 HLS 和 FLV 格式。- Returns:
- Url 直播流播放地址,目前仅支持 HLS 和 FLV 格式。
-
setUrl
public void setUrl(String Url)
Set 直播流播放地址,目前仅支持 HLS 和 FLV 格式。- Parameters:
Url- 直播流播放地址,目前仅支持 HLS 和 FLV 格式。
-
getStreamRecordDuration
public Long getStreamRecordDuration()
Get 直播流录制时长,单位为秒,最大值为 7200。- Returns:
- StreamRecordDuration 直播流录制时长,单位为秒,最大值为 7200。
-
setStreamRecordDuration
public void setStreamRecordDuration(Long StreamRecordDuration)
Set 直播流录制时长,单位为秒,最大值为 7200。- Parameters:
StreamRecordDuration- 直播流录制时长,单位为秒,最大值为 7200。
-
-