Class VideoBasicInformation
- java.lang.Object
-
- com.tencentcloudapi.common.AbstractModel
-
- com.tencentcloudapi.bda.v20200324.models.VideoBasicInformation
-
public class VideoBasicInformation extends AbstractModel
-
-
Field Summary
-
Fields inherited from class com.tencentcloudapi.common.AbstractModel
header, skipSign
-
-
Constructor Summary
Constructors Constructor Description VideoBasicInformation()VideoBasicInformation(VideoBasicInformation 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 FloatgetDuration()Get 视频时长LonggetFrameHeight()Get 视频高度LonggetFramesPerSecond()Get 视频帧速率(FPS)LonggetFrameWidth()Get 视频宽度LonggetTotalFrames()Get 视频帧数voidsetDuration(Float Duration)Set 视频时长voidsetFrameHeight(Long FrameHeight)Set 视频高度voidsetFramesPerSecond(Long FramesPerSecond)Set 视频帧速率(FPS)voidsetFrameWidth(Long FrameWidth)Set 视频宽度voidsetTotalFrames(Long TotalFrames)Set 视频帧数voidtoMap(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
-
VideoBasicInformation
public VideoBasicInformation()
-
VideoBasicInformation
public VideoBasicInformation(VideoBasicInformation 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
-
getFrameWidth
public Long getFrameWidth()
Get 视频宽度- Returns:
- FrameWidth 视频宽度
-
setFrameWidth
public void setFrameWidth(Long FrameWidth)
Set 视频宽度- Parameters:
FrameWidth- 视频宽度
-
getFrameHeight
public Long getFrameHeight()
Get 视频高度- Returns:
- FrameHeight 视频高度
-
setFrameHeight
public void setFrameHeight(Long FrameHeight)
Set 视频高度- Parameters:
FrameHeight- 视频高度
-
getFramesPerSecond
public Long getFramesPerSecond()
Get 视频帧速率(FPS)- Returns:
- FramesPerSecond 视频帧速率(FPS)
-
setFramesPerSecond
public void setFramesPerSecond(Long FramesPerSecond)
Set 视频帧速率(FPS)- Parameters:
FramesPerSecond- 视频帧速率(FPS)
-
getDuration
public Float getDuration()
Get 视频时长- Returns:
- Duration 视频时长
-
setDuration
public void setDuration(Float Duration)
Set 视频时长- Parameters:
Duration- 视频时长
-
getTotalFrames
public Long getTotalFrames()
Get 视频帧数- Returns:
- TotalFrames 视频帧数
-
setTotalFrames
public void setTotalFrames(Long TotalFrames)
Set 视频帧数- Parameters:
TotalFrames- 视频帧数
-
-