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.
8878 8879 8880 8881 8882 |
# File 'lib/v20190612/models.rb', line 8878 def initialize(mode=nil, profile=nil, buffer=nil) @Mode = mode @Profile = profile @Buffer = buffer end |
Instance Attribute Details
#Buffer ⇒ Object
8876 8877 8878 |
# File 'lib/v20190612/models.rb', line 8876 def Buffer @Buffer end |
#Mode ⇒ Object
8876 8877 8878 |
# File 'lib/v20190612/models.rb', line 8876 def Mode @Mode end |
#Profile ⇒ Object
8876 8877 8878 |
# File 'lib/v20190612/models.rb', line 8876 def Profile @Profile end |
Instance Method Details
#deserialize(params) ⇒ Object
8884 8885 8886 8887 8888 |
# File 'lib/v20190612/models.rb', line 8884 def deserialize(params) @Mode = params['Mode'] @Profile = params['Profile'] @Buffer = params['Buffer'] end |