public class OutputVideoStream extends AbstractModel
header, skipSign
Constructor and Description |
---|
OutputVideoStream() |
OutputVideoStream(OutputVideoStream 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 |
getCodec()
Get Video stream encoder.
|
Long |
getFps()
Get Video frame rate in Hz.
|
void |
setCodec(String Codec)
Set Video stream encoder.
|
void |
setFps(Long Fps)
Set Video frame rate in Hz.
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public OutputVideoStream()
public OutputVideoStream(OutputVideoStream source)
public String getCodec()
public void setCodec(String Codec)
Codec
- Video stream encoder. Valid values:
public Long getFps()
public void setFps(Long Fps)
Fps
- Video frame rate in Hz. Value range: [0, 60].
Default value: 0, which means that the value is the same as the video frame rate of the first video segment in the first video track.Copyright © 2024. All rights reserved.