1 package com.alivc.live.pusher;
14 private String userId;
123 this.height = height;
143 this.zOrder = zOrder;
147 public String toString() {
148 return "AlivcLiveMixStream{" +
149 "userId='" + userId +
'\'' +
153 ", height=" + height +
154 ", zOrder=" + zOrder +
The position info of each sub stream when mixing stream on the cloud.
void setHeight(int height)
void setUserId(String userId)
void setZOrder(int zOrder)