public class WebRecordVideoParams extends AbstractModel
header, skipSign
Constructor and Description |
---|
WebRecordVideoParams() |
WebRecordVideoParams(WebRecordVideoParams 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 |
getFormat()
Get 指定输出格式,可选hls,mp4
|
Long |
getHeight()
Get 录制画面高度,默认为720,取值范围[0, 1080]
|
Long |
getWidth()
Get 录制画面宽度,默认为1280,取值范围[0, 1920]
|
void |
setFormat(String Format)
Set 指定输出格式,可选hls,mp4
|
void |
setHeight(Long Height)
Set 录制画面高度,默认为720,取值范围[0, 1080]
|
void |
setWidth(Long Width)
Set 录制画面宽度,默认为1280,取值范围[0, 1920]
|
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 WebRecordVideoParams()
public WebRecordVideoParams(WebRecordVideoParams source)
public Long getWidth()
public void setWidth(Long Width)
Width
- 录制画面宽度,默认为1280,取值范围[0, 1920]public Long getHeight()
public void setHeight(Long Height)
Height
- 录制画面高度,默认为720,取值范围[0, 1080]public String getFormat()
public void setFormat(String Format)
Format
- 指定输出格式,可选hls,mp4Copyright © 2024. All rights reserved.