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) |
AlivcLiveMixStreamType | getMixStreamType () |
void | setMixStreamType (AlivcLiveMixStreamType mixStreamType) |
AlivcLiveMixSourceType | getMixSourceType () |
void | setMixSourceType (AlivcLiveMixSourceType mixSourceType) |
String | getBackgroundImageUrl () |
void | setBackgroundImageUrl (String backgroundImageUrl) |
String | toString () |
Public Attributes | |
String | userId |
int | x |
int | y |
int | width |
int | height |
int | zOrder |
AlivcLiveMixStreamType | mixStreamType |
AlivcLiveMixSourceType | mixSourceType |
String | backgroundImageUrl |
The position info of each sub stream when mixing stream on the cloud.
com.alivc.live.pusher.AlivcLivePusher#setLiveMixTranscodingConfig(com.alivc.live.pusher.AlivcLiveTranscodingConfig)
Definition at line 12 of file AlivcLiveMixStream.java.
String com.alivc.live.pusher.AlivcLiveMixStream.getBackgroundImageUrl | ( | ) |
Get background image network address
Definition at line 238 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getHeight | ( | ) |
Get the height of the layer
Definition at line 163 of file AlivcLiveMixStream.java.
AlivcLiveMixSourceType com.alivc.live.pusher.AlivcLiveMixStream.getMixSourceType | ( | ) |
Definition at line 223 of file AlivcLiveMixStream.java.
AlivcLiveMixStreamType com.alivc.live.pusher.AlivcLiveMixStream.getMixStreamType | ( | ) |
Get mix stream type
Definition at line 207 of file AlivcLiveMixStream.java.
String com.alivc.live.pusher.AlivcLiveMixStream.getUserId | ( | ) |
Get the user id from mix sub stream
Definition at line 75 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getWidth | ( | ) |
Get the width of the layer
Definition at line 141 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getX | ( | ) |
Get the X coordinate from the layer position
Definition at line 97 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getY | ( | ) |
Get the Y coordinate from the layer position
Definition at line 119 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.getZOrder | ( | ) |
Get the zOrder of the layer
Definition at line 185 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setBackgroundImageUrl | ( | String | backgroundImageUrl | ) |
Set background image network address
backgroundImageUrl | Background image network address |
Definition at line 249 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 174 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setMixSourceType | ( | AlivcLiveMixSourceType | mixSourceType | ) |
Definition at line 228 of file AlivcLiveMixStream.java.
void com.alivc.live.pusher.AlivcLiveMixStream.setMixStreamType | ( | AlivcLiveMixStreamType | mixStreamType | ) |
Set mix stream type
mixStreamType | mix stream type |
Definition at line 218 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 86 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 152 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 108 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 130 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 196 of file AlivcLiveMixStream.java.
String com.alivc.live.pusher.AlivcLiveMixStream.toString | ( | ) |
Definition at line 254 of file AlivcLiveMixStream.java.
String com.alivc.live.pusher.AlivcLiveMixStream.backgroundImageUrl |
Background image network address of sub stream
Definition at line 66 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.height |
The height of the sub stream layer (absolute pixel value)
Definition at line 37 of file AlivcLiveMixStream.java.
AlivcLiveMixSourceType com.alivc.live.pusher.AlivcLiveMixStream.mixSourceType |
The video source type of the subpage stream
Definition at line 59 of file AlivcLiveMixStream.java.
AlivcLiveMixStreamType com.alivc.live.pusher.AlivcLiveMixStream.mixStreamType |
The types of streams mixed into sub stream
Definition at line 52 of file AlivcLiveMixStream.java.
String com.alivc.live.pusher.AlivcLiveMixStream.userId |
User ID corresponding to the sub stream
Definition at line 17 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.width |
The width of the sub stream layer (absolute pixel value)
Definition at line 32 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.x |
Sub stream layer position x coordinate
Definition at line 22 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.y |
Sub stream layer position y coordinate
Definition at line 27 of file AlivcLiveMixStream.java.
int com.alivc.live.pusher.AlivcLiveMixStream.zOrder |
The hierarchy of sub stream layers
Definition at line 44 of file AlivcLiveMixStream.java.