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.
14928 14929 14930 14931 14932 |
# File 'lib/v20190612/models.rb', line 14928 def initialize(fps=nil, rate=nil, pid=nil) @Fps = fps @Rate = rate @Pid = pid end |
Instance Attribute Details
#Fps ⇒ Object
14926 14927 14928 |
# File 'lib/v20190612/models.rb', line 14926 def Fps @Fps end |
#Pid ⇒ Object
14926 14927 14928 |
# File 'lib/v20190612/models.rb', line 14926 def Pid @Pid end |
#Rate ⇒ Object
14926 14927 14928 |
# File 'lib/v20190612/models.rb', line 14926 def Rate @Rate end |
Instance Method Details
#deserialize(params) ⇒ Object
14934 14935 14936 14937 14938 |
# File 'lib/v20190612/models.rb', line 14934 def deserialize(params) @Fps = params['Fps'] @Rate = params['Rate'] @Pid = params['Pid'] end |