Class: TencentCloud::Weilingwith::V20230427::DescribeVideoRecordStreamRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Weilingwith::V20230427::DescribeVideoRecordStreamRequest
- Defined in:
- lib/v20230427/models.rb
Overview
DescribeVideoRecordStream请求参数结构体
Instance Attribute Summary collapse
-
#ApplicationToken ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#EndTime ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#Env ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#PlayBackRate ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#Protocol ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#StartTime ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#Stream ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#WID ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
-
#WorkspaceId ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧).
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(wid = nil, protocol = nil, starttime = nil, endtime = nil, playbackrate = nil, workspaceid = nil, applicationtoken = nil, stream = nil, env = nil) ⇒ DescribeVideoRecordStreamRequest
constructor
A new instance of DescribeVideoRecordStreamRequest.
Constructor Details
#initialize(wid = nil, protocol = nil, starttime = nil, endtime = nil, playbackrate = nil, workspaceid = nil, applicationtoken = nil, stream = nil, env = nil) ⇒ DescribeVideoRecordStreamRequest
Returns a new instance of DescribeVideoRecordStreamRequest.
4518 4519 4520 4521 4522 4523 4524 4525 4526 4527 4528 |
# File 'lib/v20230427/models.rb', line 4518 def initialize(wid=nil, protocol=nil, starttime=nil, endtime=nil, playbackrate=nil, workspaceid=nil, applicationtoken=nil, stream=nil, env=nil) @WID = wid @Protocol = protocol @StartTime = starttime @EndTime = endtime @PlayBackRate = playbackrate @WorkspaceId = workspaceid @ApplicationToken = applicationtoken @Stream = stream @Env = env end |
Instance Attribute Details
#ApplicationToken ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def ApplicationToken @ApplicationToken end |
#EndTime ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def EndTime @EndTime end |
#Env ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def Env @Env end |
#PlayBackRate ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def PlayBackRate @PlayBackRate end |
#Protocol ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def Protocol @Protocol end |
#StartTime ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def StartTime @StartTime end |
#Stream ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def Stream @Stream end |
#WID ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def WID @WID end |
#WorkspaceId ⇒ Object
flvsh rtmp hls webrtc raw (视频原始帧)
4516 4517 4518 |
# File 'lib/v20230427/models.rb', line 4516 def WorkspaceId @WorkspaceId end |
Instance Method Details
#deserialize(params) ⇒ Object
4530 4531 4532 4533 4534 4535 4536 4537 4538 4539 4540 |
# File 'lib/v20230427/models.rb', line 4530 def deserialize(params) @WID = params['WID'] @Protocol = params['Protocol'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @PlayBackRate = params['PlayBackRate'] @WorkspaceId = params['WorkspaceId'] @ApplicationToken = params['ApplicationToken'] @Stream = params['Stream'] @Env = params['Env'] end |