The position info of each sub stream when mixing stream on the cloud. More...
Public Member Functions | |
String | getUserId () |
void | setUserId (String userId) |
int | getX () |
void | setX (int x) |
int | getY () |
void | setY (int y) |
int | getWidth () |
void | setWidth (int width) |
int | getHeight () |
void | setHeight (int height) |
int | getZOrder () |
void | setZOrder (int zOrder) |
String | toString () |
The position info of each sub stream when mixing stream on the cloud.
Definition at line 12 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getHeight | ( | ) |
Get the height of the layer
Definition at line 112 of file AlivcLiveMixStream.java.
String com.alivc.live.pusher.AlivcLiveMixStream.getUserId | ( | ) |
Get the user id from mix sub stream
Definition at line 32 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getWidth | ( | ) |
Get the width of the layer
Definition at line 92 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getX | ( | ) |
Get the X coordinate from the layer position
Definition at line 52 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getY | ( | ) |
Get the Y coordinate from the layer position
Definition at line 72 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getZOrder | ( | ) |
Get the zOrder of the layer
Definition at line 132 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setHeight | ( | int | height | ) |
Set the height of the layer
height | the height of the layer |
Definition at line 122 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setUserId | ( | String | userId | ) |
Set the user id of mix sub stream
userId | user id |
Definition at line 42 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setWidth | ( | int | width | ) |
Set the width of the layer
width | the width of the layer |
Definition at line 102 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setX | ( | int | x | ) |
Set the X coordinate of the layer position
x | the X coordinate of the layer position |
Definition at line 62 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setY | ( | int | y | ) |
Set the Y coordinate of the layer position
y | the Y coordinate of the layer position |
Definition at line 82 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setZOrder | ( | int | zOrder | ) |
Set the zOrder of the layer
zOrder | the zOrder of the layer |
Definition at line 142 of file AlivcLiveMixStream.java.