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.



13240
13241
13242
13243
# File 'lib/v20190612/models.rb', line 13240

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

Instance Attribute Details

#StreamKeyObject

Parameters:

  • TcUrl:

    RTMP拉流地址的tcUrl。

  • StreamKey:

    RTMP拉流地址的流key。



13238
13239
13240
# File 'lib/v20190612/models.rb', line 13238

def StreamKey
  @StreamKey
end

#TcUrlObject

Parameters:

  • TcUrl:

    RTMP拉流地址的tcUrl。

  • StreamKey:

    RTMP拉流地址的流key。



13238
13239
13240
# File 'lib/v20190612/models.rb', line 13238

def TcUrl
  @TcUrl
end

Instance Method Details

#deserialize(params) ⇒ Object



13245
13246
13247
13248
# File 'lib/v20190612/models.rb', line 13245

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