Class: TencentCloud::Weilingwith::V20230427::DescribeVideoLiveStreamRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeVideoLiveStreamRequest
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeVideoLiveStream请求参数结构体
Instance Attribute Summary collapse
-
#ApplicationToken ⇒ Object
flv rtmp hls webrtc raw (视频原始帧).
-
#Env ⇒ Object
flv rtmp hls webrtc raw (视频原始帧).
-
#Protocol ⇒ Object
flv rtmp hls webrtc raw (视频原始帧).
-
#StreamId ⇒ Object
flv rtmp hls webrtc raw (视频原始帧).
-
#WID ⇒ Object
flv rtmp hls webrtc raw (视频原始帧).
-
#WorkspaceId ⇒ Object
flv rtmp hls webrtc raw (视频原始帧).
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(wid = nil, protocol = nil, workspaceid = nil, applicationtoken = nil, streamid = nil, env = nil) ⇒ DescribeVideoLiveStreamRequest
constructor
A new instance of DescribeVideoLiveStreamRequest.
Constructor Details
#initialize(wid = nil, protocol = nil, workspaceid = nil, applicationtoken = nil, streamid = nil, env = nil) ⇒ DescribeVideoLiveStreamRequest
Returns a new instance of DescribeVideoLiveStreamRequest.
4448 4449 4450 4451 4452 4453 4454 4455 |
# File 'lib/v20230427/models.rb', line 4448 def initialize(wid=nil, protocol=nil, workspaceid=nil, applicationtoken=nil, streamid=nil, env=nil) @WID = wid @Protocol = protocol @WorkspaceId = workspaceid @ApplicationToken = applicationtoken @StreamId = streamid @Env = env end |
Instance Attribute Details
#ApplicationToken ⇒ Object
flv rtmp hls webrtc raw (视频原始帧)
4446 4447 4448 |
# File 'lib/v20230427/models.rb', line 4446 def ApplicationToken @ApplicationToken end |
#Env ⇒ Object
flv rtmp hls webrtc raw (视频原始帧)
4446 4447 4448 |
# File 'lib/v20230427/models.rb', line 4446 def Env @Env end |
#Protocol ⇒ Object
flv rtmp hls webrtc raw (视频原始帧)
4446 4447 4448 |
# File 'lib/v20230427/models.rb', line 4446 def Protocol @Protocol end |
#StreamId ⇒ Object
flv rtmp hls webrtc raw (视频原始帧)
4446 4447 4448 |
# File 'lib/v20230427/models.rb', line 4446 def StreamId @StreamId end |
#WID ⇒ Object
flv rtmp hls webrtc raw (视频原始帧)
4446 4447 4448 |
# File 'lib/v20230427/models.rb', line 4446 def WID @WID end |
#WorkspaceId ⇒ Object
flv rtmp hls webrtc raw (视频原始帧)
4446 4447 4448 |
# File 'lib/v20230427/models.rb', line 4446 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
4457 4458 4459 4460 4461 4462 4463 4464 |
# File 'lib/v20230427/models.rb', line 4457 def deserialize(params) @WID = params['WID'] @Protocol = params['Protocol'] @WorkspaceId = params['WorkspaceId'] @ApplicationToken = params['ApplicationToken'] @StreamId = params['StreamId'] @Env = params['Env'] end |