Class: TencentCloud::Live::V20180801::CreateCasterPvwResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::CreateCasterPvwResponse
- Defined in:
- lib/v20180801/models.rb
Overview
CreateCasterPvw返回参数结构体
Instance Attribute Summary collapse
-
#PvwPlayUrl ⇒ Object
注:该预览地址仅供画面预览,不可分发。 注: 1.
-
#PvwWebRTCPlayUrl ⇒ Object
注:该预览地址仅供画面预览,不可分发。 注: 1.
-
#RequestId ⇒ Object
注:该预览地址仅供画面预览,不可分发。 注: 1.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(pvwplayurl = nil, pvwwebrtcplayurl = nil, requestid = nil) ⇒ CreateCasterPvwResponse
constructor
A new instance of CreateCasterPvwResponse.
Constructor Details
#initialize(pvwplayurl = nil, pvwwebrtcplayurl = nil, requestid = nil) ⇒ CreateCasterPvwResponse
Returns a new instance of CreateCasterPvwResponse.
2344 2345 2346 2347 2348 |
# File 'lib/v20180801/models.rb', line 2344 def initialize(pvwplayurl=nil, pvwwebrtcplayurl=nil, requestid=nil) @PvwPlayUrl = pvwplayurl @PvwWebRTCPlayUrl = pvwwebrtcplayurl @RequestId = requestid end |
Instance Attribute Details
#PvwPlayUrl ⇒ Object
注:该预览地址仅供画面预览,不可分发。注:
-
该预览地址仅供预览,不可分发。
-
webrtc播放地址,需配合腾讯云快直播播放sdk使用
2342 2343 2344 |
# File 'lib/v20180801/models.rb', line 2342 def PvwPlayUrl @PvwPlayUrl end |
#PvwWebRTCPlayUrl ⇒ Object
注:该预览地址仅供画面预览,不可分发。注:
-
该预览地址仅供预览,不可分发。
-
webrtc播放地址,需配合腾讯云快直播播放sdk使用
2342 2343 2344 |
# File 'lib/v20180801/models.rb', line 2342 def PvwWebRTCPlayUrl @PvwWebRTCPlayUrl end |
#RequestId ⇒ Object
注:该预览地址仅供画面预览,不可分发。注:
-
该预览地址仅供预览,不可分发。
-
webrtc播放地址,需配合腾讯云快直播播放sdk使用
2342 2343 2344 |
# File 'lib/v20180801/models.rb', line 2342 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2350 2351 2352 2353 2354 |
# File 'lib/v20180801/models.rb', line 2350 def deserialize(params) @PvwPlayUrl = params['PvwPlayUrl'] @PvwWebRTCPlayUrl = params['PvwWebRTCPlayUrl'] @RequestId = params['RequestId'] end |