Class ComposeVideoStream
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.mps.v20190612.models.ComposeVideoStream
-
public class ComposeVideoStream extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCodec()
Get 视频流的编码方式,可选值: H.264:H.264 编码(默认)。Long
getFps()
Get 视频帧率,取值范围:[0, 60],单位:Hz。 默认值:0,表示和第一个视频帧率一致。void
setCodec(String Codec)
Set 视频流的编码方式,可选值: H.264:H.264 编码(默认)。void
setFps(Long Fps)
Set 视频帧率,取值范围:[0, 60],单位:Hz。 默认值:0,表示和第一个视频帧率一致。void
toMap(HashMap<String,String> map, String prefix)
Internal implementation, normal users should not use it.-
Methods inherited from class com.tencentcloudapi.common.AbstractModel
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
-
-
-
-
Constructor Detail
-
ComposeVideoStream
public ComposeVideoStream()
-
ComposeVideoStream
public 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.
-
-
Method Detail
-
getCodec
public String getCodec()
Get 视频流的编码方式,可选值:- H.264:H.264 编码(默认)。
- Returns:
- Codec 视频流的编码方式,可选值:
- H.264:H.264 编码(默认)。
-
setCodec
public void setCodec(String Codec)
Set 视频流的编码方式,可选值:- H.264:H.264 编码(默认)。
- Parameters:
Codec
- 视频流的编码方式,可选值:- H.264:H.264 编码(默认)。
-
getFps
public Long getFps()
Get 视频帧率,取值范围:[0, 60],单位:Hz。 默认值:0,表示和第一个视频帧率一致。- Returns:
- Fps 视频帧率,取值范围:[0, 60],单位:Hz。 默认值:0,表示和第一个视频帧率一致。
-
setFps
public void setFps(Long Fps)
Set 视频帧率,取值范围:[0, 60],单位:Hz。 默认值:0,表示和第一个视频帧率一致。- Parameters:
Fps
- 视频帧率,取值范围:[0, 60],单位:Hz。 默认值:0,表示和第一个视频帧率一致。
-
-