public class MediaCastOutputMediaSetting extends AbstractModel
header, skipSign
Constructor and Description |
---|
MediaCastOutputMediaSetting() |
MediaCastOutputMediaSetting(MediaCastOutputMediaSetting 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 |
---|---|
Boolean |
getFollowSourceInfo()
Get 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。
|
MediaCastVideoSetting |
getVideoSetting()
Get 视频配置。
|
void |
setFollowSourceInfo(Boolean FollowSourceInfo)
Set 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。
|
void |
setVideoSetting(MediaCastVideoSetting VideoSetting)
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, toJsonString
public MediaCastOutputMediaSetting()
public MediaCastOutputMediaSetting(MediaCastOutputMediaSetting source)
public MediaCastVideoSetting getVideoSetting()
public void setVideoSetting(MediaCastVideoSetting VideoSetting)
VideoSetting
- 视频配置。public Boolean getFollowSourceInfo()
public void setFollowSourceInfo(Boolean FollowSourceInfo)
FollowSourceInfo
- 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。Copyright © 2025. All rights reserved.