hyphenate_SDK3.0
3.7.4
hyphenatejavaIMSDK
|
类 | |
enum | EMRegionStyle |
Public 成员函数 | |
EMLiveRegion (int x, int y, int width, int height, int zorder, EMRegionStyle style, String streamId) | |
String | getStreamId () |
void | setStreamId (String streamId) |
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) |
EMRegionStyle | getStyle () |
void | setStyle (EMRegionStyle style) |
Created by lijian on 2020/05/08
视频流在画布宽高及显示位置等参数 x 在画布横坐标位置 y 在画布纵坐标位置 width 视频流宽度(64~1280) height 视频流高度(64~1280) zorder 视频流zorder层位置(最小值为 0(默认值),表示该区域图像位于最下层 最大值为 100,表示该区域图像位于最上层) style 视频流显示方式(fit模式或者fill模式) streamId 视频流ID