Class: TencentCloud::Mps::V20190612::CreateOutputRistSettings
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateOutputRistSettings
- Defined in:
- lib/v20190612/models.rb
Overview
创建媒体传输流的输出的RIST配置。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(mode = nil, profile = nil, buffer = nil) ⇒ CreateOutputRistSettings
constructor
A new instance of CreateOutputRistSettings.
Constructor Details
#initialize(mode = nil, profile = nil, buffer = nil) ⇒ CreateOutputRistSettings
Returns a new instance of CreateOutputRistSettings.
8953 8954 8955 8956 8957 |
# File 'lib/v20190612/models.rb', line 8953 def initialize(mode=nil, profile=nil, buffer=nil) @Mode = mode @Profile = profile @Buffer = buffer end |
Instance Attribute Details
#Buffer ⇒ Object
8951 8952 8953 |
# File 'lib/v20190612/models.rb', line 8951 def Buffer @Buffer end |
#Mode ⇒ Object
8951 8952 8953 |
# File 'lib/v20190612/models.rb', line 8951 def Mode @Mode end |
#Profile ⇒ Object
8951 8952 8953 |
# File 'lib/v20190612/models.rb', line 8951 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
8959 8960 8961 8962 8963 |
# File 'lib/v20190612/models.rb', line 8959 def deserialize(params) @Mode = params['Mode'] @Profile = params['Profile'] @Buffer = params['Buffer'] end |