Class: TencentCloud::Live::V20180801::DescribeCasterPlayUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Live::V20180801::DescribeCasterPlayUrlResponse
- Defined in:
- lib/v20180801/models.rb
Overview
DescribeCasterPlayUrl返回参数结构体
Instance Attribute Summary collapse
-
#PlayUrl ⇒ Object
当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。 当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。 注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。.
-
#RequestId ⇒ Object
当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。 当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。 注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。.
-
#WebRTCPlayUrl ⇒ Object
当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。 当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。 注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(playurl = nil, webrtcplayurl = nil, requestid = nil) ⇒ DescribeCasterPlayUrlResponse
constructor
A new instance of DescribeCasterPlayUrlResponse.
Constructor Details
#initialize(playurl = nil, webrtcplayurl = nil, requestid = nil) ⇒ DescribeCasterPlayUrlResponse
Returns a new instance of DescribeCasterPlayUrlResponse.
5942 5943 5944 5945 5946 |
# File 'lib/v20180801/models.rb', line 5942 def initialize(playurl=nil, webrtcplayurl=nil, requestid=nil) @PlayUrl = playurl @WebRTCPlayUrl = webrtcplayurl @RequestId = requestid end |
Instance Attribute Details
#PlayUrl ⇒ Object
当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
5940 5941 5942 |
# File 'lib/v20180801/models.rb', line 5940 def PlayUrl @PlayUrl end |
#RequestId ⇒ Object
当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
5940 5941 5942 |
# File 'lib/v20180801/models.rb', line 5940 def RequestId @RequestId end |
#WebRTCPlayUrl ⇒ Object
当导播台不存在预监或主监时,若请求预监或主监的播放地址,该字段为空。当导播台不存在预监或主监时,若请求预监或主监的webrtc播放地址,该字段为空。注:webrtc协议播放地址需配合腾讯云快直播播放sdk方可使用。
5940 5941 5942 |
# File 'lib/v20180801/models.rb', line 5940 def WebRTCPlayUrl @WebRTCPlayUrl end |
Instance Method Details
#deserialize(params) ⇒ Object
5948 5949 5950 5951 5952 |
# File 'lib/v20180801/models.rb', line 5948 def deserialize(params) @PlayUrl = params['PlayUrl'] @WebRTCPlayUrl = params['WebRTCPlayUrl'] @RequestId = params['RequestId'] end |