Class: TencentCloud::Mps::V20190612::FlowVideo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::FlowVideo
- Defined in:
- lib/v20190612/models.rb
Overview
流的视频数据。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(fps = nil, rate = nil, pid = nil) ⇒ FlowVideo
constructor
A new instance of FlowVideo.
Constructor Details
#initialize(fps = nil, rate = nil, pid = nil) ⇒ FlowVideo
Returns a new instance of FlowVideo.
17282 17283 17284 17285 17286 |
# File 'lib/v20190612/models.rb', line 17282 def initialize(fps=nil, rate=nil, pid=nil) @Fps = fps @Rate = rate @Pid = pid end |
Instance Attribute Details
#Fps ⇒ Object
17280 17281 17282 |
# File 'lib/v20190612/models.rb', line 17280 def Fps @Fps end |
#Pid ⇒ Object
17280 17281 17282 |
# File 'lib/v20190612/models.rb', line 17280 def Pid @Pid end |
#Rate ⇒ Object
17280 17281 17282 |
# File 'lib/v20190612/models.rb', line 17280 def Rate @Rate end |
Instance Method Details
#deserialize(params) ⇒ Object
17288 17289 17290 17291 17292 |
# File 'lib/v20190612/models.rb', line 17288 def deserialize(params) @Fps = params['Fps'] @Rate = params['Rate'] @Pid = params['Pid'] end |