public class LiveStreamClipProjectInput extends AbstractModel
Constructor and Description |
---|
LiveStreamClipProjectInput() |
Modifier and Type | Method and Description |
---|---|
Long |
getStreamRecordDuration()
Get 直播流录制时长,单位为秒,最大值为 7200。
|
String |
getUrl()
Get 直播流播放地址,目前仅支持 HLS 和 FLV 格式。
|
void |
setStreamRecordDuration(Long StreamRecordDuration)
Set 直播流录制时长,单位为秒,最大值为 7200。
|
void |
setUrl(String Url)
Set 直播流播放地址,目前仅支持 HLS 和 FLV 格式。
|
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 getUrl()
public void setUrl(String Url)
Url
- 直播流播放地址,目前仅支持 HLS 和 FLV 格式。public Long getStreamRecordDuration()
public void setStreamRecordDuration(Long StreamRecordDuration)
StreamRecordDuration
- 直播流录制时长,单位为秒,最大值为 7200。Copyright © 2021. All rights reserved.