Class: TencentCloud::Mps::V20190612::CreateOutputRTPSettingsDestinations
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::CreateOutputRTPSettingsDestinations
- Defined in:
- lib/v20190612/models.rb
Overview
创建媒体传输流的输出的RTP的目标地址。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(ip = nil, port = nil) ⇒ CreateOutputRTPSettingsDestinations
constructor
A new instance of CreateOutputRTPSettingsDestinations.
Constructor Details
#initialize(ip = nil, port = nil) ⇒ CreateOutputRTPSettingsDestinations
Returns a new instance of CreateOutputRTPSettingsDestinations.
7801 7802 7803 7804 |
# File 'lib/v20190612/models.rb', line 7801 def initialize(ip=nil, port=nil) @Ip = ip @Port = port end |
Instance Attribute Details
#Ip ⇒ Object
7799 7800 7801 |
# File 'lib/v20190612/models.rb', line 7799 def Ip @Ip end |
#Port ⇒ Object
7799 7800 7801 |
# File 'lib/v20190612/models.rb', line 7799 def Port @Port end |
Instance Method Details
#deserialize(params) ⇒ Object
7806 7807 7808 7809 |
# File 'lib/v20190612/models.rb', line 7806 def deserialize(params) @Ip = params['Ip'] @Port = params['Port'] end |