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.
8982 8983 8984 8985 |
# File 'lib/v20190612/models.rb', line 8982 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
8980 8981 8982 |
# File 'lib/v20190612/models.rb', line 8980 def Ip @Ip end |
#Port ⇒ Object
8980 8981 8982 |
# File 'lib/v20190612/models.rb', line 8980 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
8987 8988 8989 8990 |
# File 'lib/v20190612/models.rb', line 8987 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |