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.
17362 17363 17364 17365 17366 |
# File 'lib/v20190612/models.rb', line 17362 def initialize(fps=nil, rate=nil, pid=nil) @Fps = fps @Rate = rate @Pid = pid end |
Instance Attribute Details
#Fps ⇒ Object
17360 17361 17362 |
# File 'lib/v20190612/models.rb', line 17360 def Fps @Fps end |
#Pid ⇒ Object
17360 17361 17362 |
# File 'lib/v20190612/models.rb', line 17360 def Pid @Pid end |
#Rate ⇒ Object
17360 17361 17362 |
# File 'lib/v20190612/models.rb', line 17360 def Rate @Rate end |
Instance Method Details
#deserialize(params) ⇒ Object
17368 17369 17370 17371 17372 |
# File 'lib/v20190612/models.rb', line 17368 def deserialize(params) @Fps = params['Fps'] @Rate = params['Rate'] @Pid = params['Pid'] end |