public class ComposeVideoStream extends AbstractModel
header, skipSign
Constructor and Description |
---|
ComposeVideoStream() |
ComposeVideoStream(ComposeVideoStream 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 The codec.
|
Long |
getFps()
Get The video frame rate (Hz).
|
void |
setCodec(String Codec)
Set The codec.
|
void |
setFps(Long Fps)
Set The video frame rate (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 ComposeVideoStream()
public ComposeVideoStream(ComposeVideoStream source)
public String getCodec()
public void setCodec(String Codec)
Codec
- The codec. Valid values:
public Long getFps()
public void setFps(Long Fps)
Fps
- The video frame rate (Hz). Value range: 0–60.
The default value is `0`, which means that the frame rate will be the same as that of the first video.Copyright © 2024. All rights reserved.