Class: TencentCloud::Iss::V20230517::ControlDeviceStreamRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ControlDeviceStreamRequest
- Defined in:
- lib/v20230517/models.rb
Overview
ControlDeviceStream请求参数结构体
Instance Attribute Summary collapse
-
#ChannelId ⇒ Object
2:子码流(不可以和 Resolution 同时下发)) 2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发)).
-
#IsInternal ⇒ Object
2:子码流(不可以和 Resolution 同时下发)) 2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发)).
-
#Resolution ⇒ Object
2:子码流(不可以和 Resolution 同时下发)) 2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发)).
-
#StreamType ⇒ Object
2:子码流(不可以和 Resolution 同时下发)) 2:CIF; 3:4CIF; 4:D1; 5:720P; 6:1080P/I; 自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发)).
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(channelid = nil, streamtype = nil, resolution = nil, isinternal = nil) ⇒ ControlDeviceStreamRequest
constructor
A new instance of ControlDeviceStreamRequest.
Constructor Details
#initialize(channelid = nil, streamtype = nil, resolution = nil, isinternal = nil) ⇒ ControlDeviceStreamRequest
Returns a new instance of ControlDeviceStreamRequest.
1749 1750 1751 1752 1753 1754 |
# File 'lib/v20230517/models.rb', line 1749 def initialize(channelid=nil, streamtype=nil, resolution=nil, isinternal=nil) @ChannelId = channelid @StreamType = streamtype @Resolution = resolution @IsInternal = isinternal end |
Instance Attribute Details
#ChannelId ⇒ Object
2:子码流(不可以和 Resolution 同时下发))2:CIF;3:4CIF;4:D1;5:720P;6:1080P/I;自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
1747 1748 1749 |
# File 'lib/v20230517/models.rb', line 1747 def ChannelId @ChannelId end |
#IsInternal ⇒ Object
2:子码流(不可以和 Resolution 同时下发))2:CIF;3:4CIF;4:D1;5:720P;6:1080P/I;自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
1747 1748 1749 |
# File 'lib/v20230517/models.rb', line 1747 def IsInternal @IsInternal end |
#Resolution ⇒ Object
2:子码流(不可以和 Resolution 同时下发))2:CIF;3:4CIF;4:D1;5:720P;6:1080P/I;自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
1747 1748 1749 |
# File 'lib/v20230517/models.rb', line 1747 def Resolution @Resolution end |
#StreamType ⇒ Object
2:子码流(不可以和 Resolution 同时下发))2:CIF;3:4CIF;4:D1;5:720P;6:1080P/I;自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
1747 1748 1749 |
# File 'lib/v20230517/models.rb', line 1747 def StreamType @StreamType end |
Instance Method Details
#deserialize(params) ⇒ Object
1756 1757 1758 1759 1760 1761 |
# File 'lib/v20230517/models.rb', line 1756 def deserialize(params) @ChannelId = params['ChannelId'] @StreamType = params['StreamType'] @Resolution = params['Resolution'] @IsInternal = params['IsInternal'] end |