Class: TencentCloud::Iotvideoindustry::V20201201::DescribeRecordStreamData
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotvideoindustry::V20201201::DescribeRecordStreamData
- Defined in:
- lib/v20201201/models.rb
Overview
DescribeRecordStreamData 复杂类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(rtspaddr = nil, rtmpaddr = nil, hlsaddr = nil, flvaddr = nil, streamid = nil) ⇒ DescribeRecordStreamData
constructor
A new instance of DescribeRecordStreamData.
Constructor Details
#initialize(rtspaddr = nil, rtmpaddr = nil, hlsaddr = nil, flvaddr = nil, streamid = nil) ⇒ DescribeRecordStreamData
Returns a new instance of DescribeRecordStreamData.
3415 3416 3417 3418 3419 3420 3421 |
# File 'lib/v20201201/models.rb', line 3415 def initialize(rtspaddr=nil, rtmpaddr=nil, hlsaddr=nil, flvaddr=nil, streamid=nil) @RtspAddr = rtspaddr @RtmpAddr = rtmpaddr @HlsAddr = hlsaddr @FlvAddr = flvaddr @StreamId = streamid end |
Instance Attribute Details
#FlvAddr ⇒ Object
3413 3414 3415 |
# File 'lib/v20201201/models.rb', line 3413 def FlvAddr @FlvAddr end |
#HlsAddr ⇒ Object
3413 3414 3415 |
# File 'lib/v20201201/models.rb', line 3413 def HlsAddr @HlsAddr end |
#RtmpAddr ⇒ Object
3413 3414 3415 |
# File 'lib/v20201201/models.rb', line 3413 def RtmpAddr @RtmpAddr end |
#RtspAddr ⇒ Object
3413 3414 3415 |
# File 'lib/v20201201/models.rb', line 3413 def RtspAddr @RtspAddr end |
#StreamId ⇒ Object
3413 3414 3415 |
# File 'lib/v20201201/models.rb', line 3413 def StreamId @StreamId end |
Instance Method Details
#deserialize(params) ⇒ Object
3423 3424 3425 3426 3427 3428 3429 |
# File 'lib/v20201201/models.rb', line 3423 def deserialize(params) @RtspAddr = params['RtspAddr'] @RtmpAddr = params['RtmpAddr'] @HlsAddr = params['HlsAddr'] @FlvAddr = params['FlvAddr'] @StreamId = params['StreamId'] end |