public interface AliyunIBaseCapture
限定符和类型 | 方法和说明 |
---|---|
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) |
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)
void setBorderParam(AliyunBorderParam param)
param
- record video border parameter AliyunBorderParam
void removeBorder()