public class RtmpPushInputInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| RtmpPushInputInfo() | 
| RtmpPushInputInfo(RtmpPushInputInfo 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 | getExpiredSecond()Get 直播推流地址有效期,单位:秒 。 | 
| String | getPushUrl()Get 直播推流地址,入参不填默认由多媒体创作引擎生成。 | 
| void | setExpiredSecond(Long ExpiredSecond)Set 直播推流地址有效期,单位:秒 。 | 
| void | setPushUrl(String PushUrl)Set 直播推流地址,入参不填默认由多媒体创作引擎生成。 | 
| 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 RtmpPushInputInfo()
public RtmpPushInputInfo(RtmpPushInputInfo source)
public Long getExpiredSecond()
public void setExpiredSecond(Long ExpiredSecond)
ExpiredSecond - 直播推流地址有效期,单位:秒 。public String getPushUrl()
public void setPushUrl(String PushUrl)
PushUrl - 直播推流地址,入参不填默认由多媒体创作引擎生成。Copyright © 2025. All rights reserved.