public class TranscodingVideoStream
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private double |
alpha |
private int |
height |
private java.lang.String |
imageUrl |
private int |
mirror |
private int |
remoteUserUid |
private int |
sourceType |
private int |
width |
private int |
x |
private int |
y |
private int |
zOrder |
| Constructor and Description |
|---|
TranscodingVideoStream() |
TranscodingVideoStream(int sourceType,
int remoteUserUid,
java.lang.String imageUrl,
int x,
int y,
int width,
int height,
int zOrder,
double alpha,
int mirror) |
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha() |
int |
getHeight() |
java.lang.String |
getImageUrl() |
int |
getMirror() |
int |
getRemoteUserUid() |
int |
getSourceType() |
int |
getWidth() |
int |
getX() |
int |
getY() |
int |
getZOrder() |
void |
setAlpha(double alpha) |
void |
setHeight(int height) |
void |
setImageUrl(java.lang.String imageUrl) |
void |
setMirror(int mirror) |
void |
setRemoteUserUid(int remoteUserUid) |
void |
setSourceType(int sourceType) |
void |
setWidth(int width) |
void |
setX(int x) |
void |
setY(int y) |
void |
setZOrder(int zOrder) |
private int sourceType
private int remoteUserUid
private java.lang.String imageUrl
private int x
private int y
private int width
private int height
private int zOrder
private double alpha
private int mirror
public TranscodingVideoStream()
public TranscodingVideoStream(int sourceType,
int remoteUserUid,
java.lang.String imageUrl,
int x,
int y,
int width,
int height,
int zOrder,
double alpha,
int mirror)
public int getSourceType()
public void setSourceType(int sourceType)
public int getRemoteUserUid()
public void setRemoteUserUid(int remoteUserUid)
public java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl)
public int getX()
public void setX(int x)
public int getY()
public void setY(int y)
public int getWidth()
public void setWidth(int width)
public int getHeight()
public void setHeight(int height)
public int getZOrder()
public void setZOrder(int zOrder)
public double getAlpha()
public void setAlpha(double alpha)
public int getMirror()
public void setMirror(int mirror)