Class CreateOutputRTMPSettings
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.CreateOutputRTMPSettings
-
public class CreateOutputRTMPSettings extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description CreateOutputRTMPSettings()CreateOutputRTMPSettings(CreateOutputRTMPSettings 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 LonggetChunkSize()Get RTMP的Chunk大小,范围为[4096, 40960]。CreateOutputRtmpSettingsDestinations[]getDestinations()Get 转推的目标地址,可填1~2个。voidsetChunkSize(Long ChunkSize)Set RTMP的Chunk大小,范围为[4096, 40960]。voidsetDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)Set 转推的目标地址,可填1~2个。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
-
CreateOutputRTMPSettings
public CreateOutputRTMPSettings()
-
CreateOutputRTMPSettings
public CreateOutputRTMPSettings(CreateOutputRTMPSettings 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
-
getDestinations
public CreateOutputRtmpSettingsDestinations[] getDestinations()
Get 转推的目标地址,可填1~2个。- Returns:
- Destinations 转推的目标地址,可填1~2个。
-
setDestinations
public void setDestinations(CreateOutputRtmpSettingsDestinations[] Destinations)
Set 转推的目标地址,可填1~2个。- Parameters:
Destinations- 转推的目标地址,可填1~2个。
-
getChunkSize
public Long getChunkSize()
Get RTMP的Chunk大小,范围为[4096, 40960]。- Returns:
- ChunkSize RTMP的Chunk大小,范围为[4096, 40960]。
-
setChunkSize
public void setChunkSize(Long ChunkSize)
Set RTMP的Chunk大小,范围为[4096, 40960]。- Parameters:
ChunkSize- RTMP的Chunk大小,范围为[4096, 40960]。
-
-