public class VideoParam
extends java.lang.Object
限定符和类型 | 字段和说明 |
---|---|
private int |
cameraId |
private int |
currentZoom |
private int |
fps |
private int |
height |
private int |
maxZoom |
private int |
minZoom |
private int |
previewHeight |
private int |
previewWidth |
private int |
pushHeight |
private int |
pushWidth |
private int |
rotation |
private int |
width |
构造器和说明 |
---|
VideoParam(int width,
int height,
int fps,
int cameraId,
int rotation) |
限定符和类型 | 方法和说明 |
---|---|
int |
getCameraId() |
int |
getCurrentZoom() |
int |
getFps() |
int |
getHeight() |
int |
getMaxZoom() |
int |
getMinZoom() |
int |
getPreviewHeight() |
int |
getPreviewWidth() |
int |
getPushHeight() |
int |
getPushWidth() |
int |
getRotation() |
int |
getWidth() |
void |
setCameraId(int cameraId) |
void |
setCurrentZoom(int currentZoom) |
void |
setFps(int fps) |
void |
setHeight(int height) |
void |
setMaxZoom(int maxZoom) |
void |
setMinZoom(int minZoom) |
void |
setPushHeight(int pushHeight) |
void |
setPushWidth(int pushWidth) |
void |
setRotation(int rotation) |
void |
setWidth(int width) |
private int width
private int height
private int previewWidth
private int previewHeight
private int pushWidth
private int pushHeight
private int cameraId
private int fps
private int rotation
private int maxZoom
private int minZoom
private int currentZoom
public int getWidth()
public int getPreviewWidth()
public void setWidth(int width)
public int getHeight()
public int getPreviewHeight()
public int getPushWidth()
public void setPushWidth(int pushWidth)
public int getPushHeight()
public void setPushHeight(int pushHeight)
public void setHeight(int height)
public int getCameraId()
public void setCameraId(int cameraId)
public int getFps()
public void setFps(int fps)
public int getRotation()
public void setRotation(int rotation)
public int getMaxZoom()
public void setMaxZoom(int maxZoom)
public int getMinZoom()
public void setMinZoom(int minZoom)
public int getCurrentZoom()
public void setCurrentZoom(int currentZoom)