Class: TencentCloud::Live::V20180801::AddCasterInputInfoResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::AddCasterInputInfoResponse
- Defined in:
- lib/v20180801/models.rb
Overview
AddCasterInputInfo返回参数结构体
Instance Attribute Summary collapse
-
#InputPlayUrl ⇒ Object
注:仅可作为预览使用,不可分发。 注: 1.
-
#InputWebRTCPlayUrl ⇒ Object
注:仅可作为预览使用,不可分发。 注: 1.
-
#RequestId ⇒ Object
注:仅可作为预览使用,不可分发。 注: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(inputplayurl = nil, inputwebrtcplayurl = nil, requestid = nil) ⇒ AddCasterInputInfoResponse
constructor
A new instance of AddCasterInputInfoResponse.
Constructor Details
#initialize(inputplayurl = nil, inputwebrtcplayurl = nil, requestid = nil) ⇒ AddCasterInputInfoResponse
Returns a new instance of AddCasterInputInfoResponse.
58 59 60 61 62 |
# File 'lib/v20180801/models.rb', line 58 def initialize(inputplayurl=nil, inputwebrtcplayurl=nil, requestid=nil) @InputPlayUrl = inputplayurl @InputWebRTCPlayUrl = inputwebrtcplayurl @RequestId = requestid end |
Instance Attribute Details
#InputPlayUrl ⇒ Object
注:仅可作为预览使用,不可分发。注:
-
需配合使用腾讯云快直播播放SDK使用才可正常播放。
-
仅作为预览使用,不可分发。
56 57 58 |
# File 'lib/v20180801/models.rb', line 56 def InputPlayUrl @InputPlayUrl end |
#InputWebRTCPlayUrl ⇒ Object
注:仅可作为预览使用,不可分发。注:
-
需配合使用腾讯云快直播播放SDK使用才可正常播放。
-
仅作为预览使用,不可分发。
56 57 58 |
# File 'lib/v20180801/models.rb', line 56 def InputWebRTCPlayUrl @InputWebRTCPlayUrl end |
#RequestId ⇒ Object
注:仅可作为预览使用,不可分发。注:
-
需配合使用腾讯云快直播播放SDK使用才可正常播放。
-
仅作为预览使用,不可分发。
56 57 58 |
# File 'lib/v20180801/models.rb', line 56 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
64 65 66 67 68 |
# File 'lib/v20180801/models.rb', line 64 def deserialize(params) @InputPlayUrl = params['InputPlayUrl'] @InputWebRTCPlayUrl = params['InputWebRTCPlayUrl'] @RequestId = params['RequestId'] end |