public class LiveStreamClipProjectInput extends AbstractModel
header, skipSign| Constructor and 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. | 
| 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, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic LiveStreamClipProjectInput()
public LiveStreamClipProjectInput(LiveStreamClipProjectInput source)
public String getUrl()
public void setUrl(String Url)
Url - 直播流播放地址,目前仅支持 HLS 和 FLV 格式。public Long getStreamRecordDuration()
public void setStreamRecordDuration(Long StreamRecordDuration)
StreamRecordDuration - 直播流录制时长,单位为秒,最大值为 7200。Copyright © 2025. All rights reserved.