public interface AliyunIBaseCapture
| Modifier and Type | Method and Description |
|---|---|
int |
captureId()
Unique id of the capturing.
|
void |
removeBorder()
remove the border
|
void |
setBorderParam(AliyunBorderParam param)
Set the border parameter
|
int |
setProperty(java.lang.String key,
java.lang.String value)
The param setting
|
void |
updateLayout(AliyunLayoutParam layoutParam)
Update the capture layout relative to the output layout.
|
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 - output layout paramvoid setBorderParam(AliyunBorderParam param)
param - record video border parameter AliyunBorderParamvoid removeBorder()