Class: TencentCloud::Mps::V20190612::DescribeRTMPPullSourceAddress

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190612/models.rb

Overview

查询输入的RTMP配置信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#StreamKeyObject

注意:此字段可能返回 null,表示取不到有效值。RTMP源站地址拼接规则为:$TcUrl/$StreamKey。

Parameters:

  • TcUrl:

    RTMP源站的TcUrl地址。

  • StreamKey:

    RTMP源站的StreamKey。



13685
13686
13687
# File 'lib/v20190612/models.rb', line 13685

def StreamKey
  @StreamKey
end

#TcUrlObject

注意:此字段可能返回 null,表示取不到有效值。RTMP源站地址拼接规则为:$TcUrl/$StreamKey。

Parameters:

  • TcUrl:

    RTMP源站的TcUrl地址。

  • StreamKey:

    RTMP源站的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