public class TranscodingVideoStream
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private double |
alpha
Alpha value
|
private int |
height
Height (px)
|
private java.lang.String |
imageUrl
Image URL
|
private int |
mirror
Mirror mode
|
private int |
remoteUserUid
Remote user ID
|
private int |
sourceType
Source type
|
private int |
width
Width (px)
|
private int |
x
X coordinate
|
private int |
y
Y coordinate
|
private int |
zOrder
Z-order
|
| Constructor and Description |
|---|
TranscodingVideoStream()
Default constructor for TranscodingVideoStream.
|
TranscodingVideoStream(int sourceType,
int remoteUserUid,
java.lang.String imageUrl,
int x,
int y,
int width,
int height,
int zOrder,
double alpha,
int mirror)
Constructs TranscodingVideoStream with all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha()
Gets the alpha value.
|
int |
getHeight()
Gets the height (px).
|
java.lang.String |
getImageUrl()
Gets the image URL.
|
int |
getMirror()
Gets the mirror mode.
|
int |
getRemoteUserUid()
Gets the remote user ID.
|
int |
getSourceType()
Gets the source type.
|
int |
getWidth()
Gets the width (px).
|
int |
getX()
Gets the X coordinate.
|
int |
getY()
Gets the Y coordinate.
|
int |
getZOrder()
Gets the z-order.
|
void |
setAlpha(double alpha)
Sets the alpha value.
|
void |
setHeight(int height)
Sets the height (px).
|
void |
setImageUrl(java.lang.String imageUrl)
Sets the image URL.
|
void |
setMirror(int mirror)
Sets the mirror mode.
|
void |
setRemoteUserUid(int remoteUserUid)
Sets the remote user ID.
|
void |
setSourceType(int sourceType)
Sets the source type.
|
void |
setWidth(int width)
Sets the width (px).
|
void |
setX(int x)
Sets the X coordinate.
|
void |
setY(int y)
Sets the Y coordinate.
|
void |
setZOrder(int zOrder)
Sets the z-order.
|
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)
sourceType - Source typeremoteUserUid - Remote user IDimageUrl - Image URLx - X coordinatey - Y coordinatewidth - Width (px)height - Height (px)zOrder - Z-orderalpha - Alpha valuemirror - Mirror modepublic int getSourceType()
public void setSourceType(int sourceType)
sourceType - Source typepublic int getRemoteUserUid()
public void setRemoteUserUid(int remoteUserUid)
remoteUserUid - Remote user IDpublic java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl)
imageUrl - Image URLpublic int getX()
public void setX(int x)
x - X coordinatepublic int getY()
public void setY(int y)
y - Y coordinatepublic int getWidth()
public void setWidth(int width)
width - Width (px)public int getHeight()
public void setHeight(int height)
height - Height (px)public int getZOrder()
public void setZOrder(int zOrder)
zOrder - Z-orderpublic double getAlpha()
public void setAlpha(double alpha)
alpha - Alpha valuepublic int getMirror()
public void setMirror(int mirror)
mirror - Mirror mode