Class MediaCastOutputMediaSetting
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.cme.v20191029.models.MediaCastOutputMediaSetting
-
public class MediaCastOutputMediaSetting extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetFollowSourceInfo()Get 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。MediaCastVideoSettinggetVideoSetting()Get 视频配置。voidsetFollowSourceInfo(Boolean FollowSourceInfo)Set 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。voidsetVideoSetting(MediaCastVideoSetting VideoSetting)Set 视频配置。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
-
MediaCastOutputMediaSetting
public MediaCastOutputMediaSetting()
-
MediaCastOutputMediaSetting
public 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.
-
-
Method Detail
-
getVideoSetting
public MediaCastVideoSetting getVideoSetting()
Get 视频配置。- Returns:
- VideoSetting 视频配置。
-
setVideoSetting
public void setVideoSetting(MediaCastVideoSetting VideoSetting)
Set 视频配置。- Parameters:
VideoSetting- 视频配置。
-
getFollowSourceInfo
public Boolean getFollowSourceInfo()
Get 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。- Returns:
- FollowSourceInfo 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。
-
setFollowSourceInfo
public void setFollowSourceInfo(Boolean FollowSourceInfo)
Set 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。- Parameters:
FollowSourceInfo- 视频配置是否和第一个输入源的视频配置相同,默认值:false。如果 FollowSourceInfo 的值为 true,忽略 VideoSetting 参数。
-
-