Class: TencentCloud::Mps::V20190612::DescribeOutputRTMPPullServerUrl

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

Overview

查询输出的RTMP拉流URL信息。

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(tcurl = nil, streamkey = nil) ⇒ DescribeOutputRTMPPullServerUrl

Returns a new instance of DescribeOutputRTMPPullServerUrl.



11438
11439
11440
11441
# File 'lib/v20190612/models.rb', line 11438

def initialize(tcurl=nil, streamkey=nil)
  @TcUrl = tcurl
  @StreamKey = streamkey
end

Instance Attribute Details

#StreamKeyObject

Parameters:

  • TcUrl:

    RTMP拉流地址的tcUrl。

  • StreamKey:

    RTMP拉流地址的流key。



11436
11437
11438
# File 'lib/v20190612/models.rb', line 11436

def StreamKey
  @StreamKey
end

#TcUrlObject

Parameters:

  • TcUrl:

    RTMP拉流地址的tcUrl。

  • StreamKey:

    RTMP拉流地址的流key。



11436
11437
11438
# File 'lib/v20190612/models.rb', line 11436

def TcUrl
  @TcUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



11443
11444
11445
11446
# File 'lib/v20190612/models.rb', line 11443

def deserialize(params)
  @TcUrl = params['TcUrl']
  @StreamKey = params['StreamKey']
end