Package | Description |
---|---|
com.tencentcloudapi.cme.v20191029.models |
Modifier and Type | Method and Description |
---|---|
MediaCastSourceInfo |
MediaCastSourceInterruptInfo.getSourceInfo()
Get 发生断流的输入源信息。
|
MediaCastSourceInfo[] |
MediaCastProjectInfo.getSourceInfos()
Get 输入源列表。
|
MediaCastSourceInfo[] |
HandleMediaCastProjectRequest.getSourceInfos()
Get 输入源信息。具体操作方式详见 [操作类型](#Operation) 及下文示例。
当 Operation 为 AddSource、DeleteSource、SwitchSource 时必填。
|
MediaCastSourceInfo[] |
MediaCastProjectInput.getSourceInfos()
Get 输入源列表。输入源列表最大个数为100.
|
MediaCastSourceInfo[] |
HandleMediaCastProjectResponse.getSourceInfoSet()
Get 输入源信息, Operation 为 AddSource 时返回添加成功的输入源信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Modifier and Type | Method and Description |
---|---|
void |
MediaCastSourceInterruptInfo.setSourceInfo(MediaCastSourceInfo SourceInfo)
Set 发生断流的输入源信息。
|
void |
MediaCastProjectInfo.setSourceInfos(MediaCastSourceInfo[] SourceInfos)
Set 输入源列表。
|
void |
HandleMediaCastProjectRequest.setSourceInfos(MediaCastSourceInfo[] SourceInfos)
Set 输入源信息。具体操作方式详见 [操作类型](#Operation) 及下文示例。
当 Operation 为 AddSource、DeleteSource、SwitchSource 时必填。
|
void |
MediaCastProjectInput.setSourceInfos(MediaCastSourceInfo[] SourceInfos)
Set 输入源列表。输入源列表最大个数为100.
|
void |
HandleMediaCastProjectResponse.setSourceInfoSet(MediaCastSourceInfo[] SourceInfoSet)
Set 输入源信息, Operation 为 AddSource 时返回添加成功的输入源信息。
注意:此字段可能返回 null,表示取不到有效值。
|
Constructor and Description |
---|
MediaCastSourceInfo(MediaCastSourceInfo 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.
|
Copyright © 2023. All rights reserved.