Uses of Class
com.tencentcloudapi.cme.v20191029.models.StreamInputInfo
-
Packages that use StreamInputInfo Package Description com.tencentcloudapi.cme.v20191029.models -
-
Uses of StreamInputInfo in com.tencentcloudapi.cme.v20191029.models
Methods in com.tencentcloudapi.cme.v20191029.models that return StreamInputInfo Modifier and Type Method Description StreamInputInfoStreamConnectProjectInfo. getBackupInput()Get 云转推备输入源。 注意:此字段可能返回 null,表示取不到有效值。StreamInputInfoStreamConnectProjectInput. getBackupInput()Get 云转推备输入源信息。StreamInputInfoHandleStreamConnectProjectRequest. getInputInfo()Get 转推输入源操作参数。具体操作方式详见 [操作类型](#Operation) 及下文示例。StreamInputInfoStreamConnectProjectInfo. getMainInput()Get 云转推主输入源。 注意:此字段可能返回 null,表示取不到有效值。StreamInputInfoStreamConnectProjectInput. getMainInput()Get 云转推主输入源信息。Methods in com.tencentcloudapi.cme.v20191029.models with parameters of type StreamInputInfo Modifier and Type Method Description voidStreamConnectProjectInfo. setBackupInput(StreamInputInfo BackupInput)Set 云转推备输入源。 注意:此字段可能返回 null,表示取不到有效值。voidStreamConnectProjectInput. setBackupInput(StreamInputInfo BackupInput)Set 云转推备输入源信息。voidHandleStreamConnectProjectRequest. setInputInfo(StreamInputInfo InputInfo)Set 转推输入源操作参数。具体操作方式详见 [操作类型](#Operation) 及下文示例。voidStreamConnectProjectInfo. setMainInput(StreamInputInfo MainInput)Set 云转推主输入源。 注意:此字段可能返回 null,表示取不到有效值。voidStreamConnectProjectInput. setMainInput(StreamInputInfo MainInput)Set 云转推主输入源信息。Constructors in com.tencentcloudapi.cme.v20191029.models with parameters of type StreamInputInfo Constructor Description StreamInputInfo(StreamInputInfo 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.
-