public class TranscodingUser
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private double |
alpha
Alpha value
|
private int |
audioChannel
Audio channel
|
private int |
height
Height (px)
|
private int |
uid
User ID
|
private java.lang.String |
userId
User ID string
|
private int |
width
Width (px)
|
private int |
x
X coordinate
|
private int |
y
Y coordinate
|
private int |
zOrder
Z-order
|
| Constructor and Description |
|---|
TranscodingUser()
Default constructor for TranscodingUser.
|
TranscodingUser(int uid,
java.lang.String userId,
int x,
int y,
int width,
int height,
int zOrder,
double alpha,
int audioChannel)
Constructs TranscodingUser with all parameters.
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAlpha()
Gets the alpha value.
|
int |
getAudioChannel()
Gets the audio channel.
|
int |
getHeight()
Gets the height (px).
|
int |
getUid()
Gets the user ID.
|
java.lang.String |
getUserId()
Gets the user ID string.
|
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 |
setAudioChannel(int audioChannel)
Sets the audio channel.
|
void |
setHeight(int height)
Sets the height (px).
|
void |
setUid(int uid)
Sets the user ID.
|
void |
setUserId(java.lang.String userId)
Sets the user ID string.
|
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 uid
private java.lang.String userId
private int x
private int y
private int width
private int height
private int zOrder
private double alpha
private int audioChannel
public TranscodingUser()
public TranscodingUser(int uid,
java.lang.String userId,
int x,
int y,
int width,
int height,
int zOrder,
double alpha,
int audioChannel)
uid - User IDuserId - User ID stringx - X coordinatey - Y coordinatewidth - Width (px)height - Height (px)zOrder - Z-orderalpha - Alpha valueaudioChannel - Audio channelpublic int getUid()
public void setUid(int uid)
uid - User IDpublic java.lang.String getUserId()
public void setUserId(java.lang.String userId)
userId - User ID stringpublic 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 getAudioChannel()
public void setAudioChannel(int audioChannel)
audioChannel - Audio channel