Class: TencentCloud::Mps::V20190612::DescribeRTMPPullSourceAddress
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::DescribeRTMPPullSourceAddress
- Defined in:
- lib/v20190612/models.rb
Overview
查询输入的RTMP配置信息。
Instance Attribute Summary collapse
-
#StreamKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。.
-
#TcUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(tcurl = nil, streamkey = nil) ⇒ DescribeRTMPPullSourceAddress
constructor
A new instance of DescribeRTMPPullSourceAddress.
Constructor Details
#initialize(tcurl = nil, streamkey = nil) ⇒ DescribeRTMPPullSourceAddress
Returns a new instance of DescribeRTMPPullSourceAddress.
13766 13767 13768 13769 |
# File 'lib/v20190612/models.rb', line 13766 def initialize(tcurl=nil, streamkey=nil) @TcUrl = tcurl @StreamKey = streamkey end |
Instance Attribute Details
#StreamKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
13764 13765 13766 |
# File 'lib/v20190612/models.rb', line 13764 def StreamKey @StreamKey end |
#TcUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
13764 13765 13766 |
# File 'lib/v20190612/models.rb', line 13764 def TcUrl @TcUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
13771 13772 13773 13774 |
# File 'lib/v20190612/models.rb', line 13771 def deserialize(params) @TcUrl = params['TcUrl'] @StreamKey = params['StreamKey'] end |