public class ControlDeviceStreamRequest extends AbstractModel
header, skipSign
Constructor and Description |
---|
ControlDeviceStreamRequest() |
ControlDeviceStreamRequest(ControlDeviceStreamRequest source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getChannelId()
Get 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
|
Boolean |
getIsInternal()
Get 是否内网
|
String |
getResolution()
Get 分辨率(1:QCIF;
2:CIF;
3:4CIF;
4:D1;
5:720P;
6:1080P/I;
自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
|
String |
getStreamType()
Get 流类型(1:主码流;
2:子码流(不可以和 Resolution 同时下发))
|
void |
setChannelId(String ChannelId)
Set 通道 ID(从通道查询接口DescribeDeviceChannel中获取)
|
void |
setIsInternal(Boolean IsInternal)
Set 是否内网
|
void |
setResolution(String Resolution)
Set 分辨率(1:QCIF;
2:CIF;
3:4CIF;
4:D1;
5:720P;
6:1080P/I;
自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))
|
void |
setStreamType(String StreamType)
Set 流类型(1:主码流;
2:子码流(不可以和 Resolution 同时下发))
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public ControlDeviceStreamRequest()
public ControlDeviceStreamRequest(ControlDeviceStreamRequest source)
public String getChannelId()
public void setChannelId(String ChannelId)
ChannelId
- 通道 ID(从通道查询接口DescribeDeviceChannel中获取)public String getStreamType()
public void setStreamType(String StreamType)
StreamType
- 流类型(1:主码流;
2:子码流(不可以和 Resolution 同时下发))public String getResolution()
public void setResolution(String Resolution)
Resolution
- 分辨率(1:QCIF;
2:CIF;
3:4CIF;
4:D1;
5:720P;
6:1080P/I;
自定义的19201080等等(需设备支持)(不可以和 StreamType 同时下发))public Boolean getIsInternal()
public void setIsInternal(Boolean IsInternal)
IsInternal
- 是否内网Copyright © 2024. All rights reserved.