public class ScreenVideoParam
extends java.lang.Object
Constructor and Description |
---|
ScreenVideoParam(int width,
int height,
int fps,
int cameraId,
int rotation) |
Modifier and Type | Method and Description |
---|---|
int |
getCameraId() |
int |
getCurrentZoom() |
int |
getFps() |
int |
getHeight() |
int |
getMaxZoom() |
int |
getMinZoom() |
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) |
public ScreenVideoParam(int width, int height, int fps, int cameraId, int rotation)
public int getWidth()
public void setWidth(int width)
public int getHeight()
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)