public interface AliyunIBaseCapture
| Modifier and Type | Method and Description |
|---|---|
int |
captureId()
采集器唯一标识.
|
void |
removeBorder()
移除边框
|
void |
setBorderParam(AliyunBorderParam param)
设置录取区域边框参数
|
int |
setProperty(java.lang.String key,
java.lang.String value)
参数信息设置
|
void |
updateLayout(AliyunLayoutParam layoutParam)
更新编排布局信息
|
int captureId()
int setProperty(java.lang.String key,
java.lang.String value)
key - the key setted.value - the value corresponding the above keyvoid updateLayout(AliyunLayoutParam layoutParam)
layoutParam - 输出编排布局参数void setBorderParam(AliyunBorderParam param)
param - 录制视频的边框参数 AliyunBorderParamvoid removeBorder()