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.
13687 13688 13689 13690 |
# File 'lib/v20190612/models.rb', line 13687 def initialize(tcurl=nil, streamkey=nil) @TcUrl = tcurl @StreamKey = streamkey end |
Instance Attribute Details
#StreamKey ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
13685 13686 13687 |
# File 'lib/v20190612/models.rb', line 13685 def StreamKey @StreamKey end |
#TcUrl ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。RTMP源站地址拼接规则为:$TcUrl/$StreamKey。
13685 13686 13687 |
# File 'lib/v20190612/models.rb', line 13685 def TcUrl @TcUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
13692 13693 13694 13695 |
# File 'lib/v20190612/models.rb', line 13692 def deserialize(params) @TcUrl = params['TcUrl'] @StreamKey = params['StreamKey'] end |