public class MediaInfo
extends java.lang.Object
构造器和说明 |
---|
MediaInfo() |
限定符和类型 | 方法和说明 |
---|---|
int |
getFps() |
int |
getVideoHeight() |
int |
getVideoWidth() |
boolean |
isHWAutoSize() |
void |
setFps(int fps) |
void |
setHWAutoSize(boolean HWAutoSize) |
void |
setVideoHeight(int videoHeight)
设置视频的高
|
void |
setVideoWidth(int videoWidth)
设置视频的宽
|
public int getVideoWidth()
public void setVideoWidth(int videoWidth)
videoWidth
- public int getVideoHeight()
public void setVideoHeight(int videoHeight)
videoHeight
- public int getFps()
public void setFps(int fps)
public boolean isHWAutoSize()
public void setHWAutoSize(boolean HWAutoSize)