public class OutputVideoStream extends AbstractModel
Constructor and Description |
---|
OutputVideoStream() |
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, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
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 © 2020. All rights reserved.