Class: TencentCloud::Mps::V20190612::RTMPAddressDestination
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mps::V20190612::RTMPAddressDestination
- Defined in:
- lib/v20190612/models.rb
Overview
RTMP转推的目标地址信息。
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(url = nil, streamkey = nil) ⇒ RTMPAddressDestination
constructor
A new instance of RTMPAddressDestination.
Constructor Details
#initialize(url = nil, streamkey = nil) ⇒ RTMPAddressDestination
Returns a new instance of RTMPAddressDestination.
25666 25667 25668 25669 |
# File 'lib/v20190612/models.rb', line 25666 def initialize(url=nil, streamkey=nil) @Url = url @StreamKey = streamkey end |
Instance Attribute Details
#StreamKey ⇒ Object
25664 25665 25666 |
# File 'lib/v20190612/models.rb', line 25664 def StreamKey @StreamKey end |
#Url ⇒ Object
25664 25665 25666 |
# File 'lib/v20190612/models.rb', line 25664 def Url @Url end |
Instance Method Details
#deserialize(params) ⇒ Object
25671 25672 25673 25674 |
# File 'lib/v20190612/models.rb', line 25671 def deserialize(params) @Url = params['Url'] @StreamKey = params['StreamKey'] end |