public static class MSvrLive.MixVideos
extends java.lang.Object
限定符和类型 | 方法和说明 |
---|---|
int |
getBackgroundColor() |
int |
getMixHeight() |
int |
getMixWidth() |
int |
getOutBitrate() |
int |
getOutFps() |
java.util.List<MSvrLive.VideoItem> |
getVideos() |
void |
setBackgroundColor(int value) |
void |
setMixHeight(int value) |
void |
setMixWidth(int value) |
void |
setOutBitrate(int value) |
void |
setOutFps(int value) |
java.lang.String |
toString() |
public int getMixWidth()
public void setMixWidth(int value)
public int getMixHeight()
public void setMixHeight(int value)
public int getBackgroundColor()
public void setBackgroundColor(int value)
public int getOutBitrate()
public void setOutBitrate(int value)
public int getOutFps()
public void setOutFps(int value)
public java.util.List<MSvrLive.VideoItem> getVideos()
public java.lang.String toString()
toString
在类中 java.lang.Object