Class: TencentCloud::Mps::V20190612::CreateOutputSRTSettingsDestinations
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateOutputSRTSettingsDestinations
- Defined in:
- lib/v20190612/models.rb
Overview
创建媒体传输流的输出SRT的目标地址。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, port = nil) ⇒ CreateOutputSRTSettingsDestinations
constructor
A new instance of CreateOutputSRTSettingsDestinations.
Constructor Details
#initialize(ip = nil, port = nil) ⇒ CreateOutputSRTSettingsDestinations
Returns a new instance of CreateOutputSRTSettingsDestinations.
9057 9058 9059 9060 |
# File 'lib/v20190612/models.rb', line 9057 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
9055 9056 9057 |
# File 'lib/v20190612/models.rb', line 9055 def Ip @Ip end |
#Port ⇒ Object
9055 9056 9057 |
# File 'lib/v20190612/models.rb', line 9055 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
9062 9063 9064 9065 |
# File 'lib/v20190612/models.rb', line 9062 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |