Class: TencentCloud::Live::V20180801::DiagnoseResult
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DiagnoseResult
- Defined in:
- lib/v20180801/models.rb
Overview
媒体诊断结果,包含断流信息、低帧率信息等
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(streambrokenresults = nil, lowframerateresults = nil, streamformatresults = nil) ⇒ DiagnoseResult
constructor
A new instance of DiagnoseResult.
Constructor Details
#initialize(streambrokenresults = nil, lowframerateresults = nil, streamformatresults = nil) ⇒ DiagnoseResult
10566 10567 10568 10569 10570 |
# File 'lib/v20180801/models.rb', line 10566 def initialize(streambrokenresults=nil, lowframerateresults=nil, streamformatresults=nil) @StreamBrokenResults = streambrokenresults @LowFrameRateResults = lowframerateresults @StreamFormatResults = streamformatresults end |
Instance Attribute Details
#LowFrameRateResults ⇒ Object
10564 10565 10566 |
# File 'lib/v20180801/models.rb', line 10564 def LowFrameRateResults @LowFrameRateResults end |
#StreamBrokenResults ⇒ Object
10564 10565 10566 |
# File 'lib/v20180801/models.rb', line 10564 def StreamBrokenResults @StreamBrokenResults end |
#StreamFormatResults ⇒ Object
10564 10565 10566 |
# File 'lib/v20180801/models.rb', line 10564 def StreamFormatResults @StreamFormatResults end |
Instance Method Details
#deserialize(params) ⇒ Object
10572 10573 10574 10575 10576 |
# File 'lib/v20180801/models.rb', line 10572 def deserialize(params) @StreamBrokenResults = params['StreamBrokenResults'] @LowFrameRateResults = params['LowFrameRateResults'] @StreamFormatResults = params['StreamFormatResults'] end |