public class VideoBasicInformation extends AbstractModel
header, skipSign| Constructor and 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Float | getDuration()Get 视频时长 | 
| Long | getFrameHeight()Get 视频高度 | 
| Long | getFramesPerSecond()Get 视频帧速率(FPS) | 
| Long | getFrameWidth()Get 视频宽度 | 
| Long | getTotalFrames()Get 视频帧数 | 
| void | setDuration(Float Duration)Set 视频时长 | 
| void | setFrameHeight(Long FrameHeight)Set 视频高度 | 
| void | setFramesPerSecond(Long FramesPerSecond)Set 视频帧速率(FPS) | 
| void | setFrameWidth(Long FrameWidth)Set 视频宽度 | 
| void | setTotalFrames(Long TotalFrames)Set 视频帧数 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic VideoBasicInformation()
public VideoBasicInformation(VideoBasicInformation source)
public Long getFrameWidth()
public void setFrameWidth(Long FrameWidth)
FrameWidth - 视频宽度public Long getFrameHeight()
public void setFrameHeight(Long FrameHeight)
FrameHeight - 视频高度public Long getFramesPerSecond()
public void setFramesPerSecond(Long FramesPerSecond)
FramesPerSecond - 视频帧速率(FPS)public Float getDuration()
public void setDuration(Float Duration)
Duration - 视频时长public Long getTotalFrames()
public void setTotalFrames(Long TotalFrames)
TotalFrames - 视频帧数Copyright © 2025. All rights reserved.