User defined video custom detect callback. More...
Public Member Functions | |
void | customDetectCreate () |
long | customDetectProcess (long dataPtr, int width, int height, int rotation, int format, long extra) |
void | customDetectDestroy () |
User defined video custom detect callback.
Definition at line 14 of file AlivcLivePushCustomDetect.java.
void com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectCreate | ( | ) |
custom detect create
void com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectDestroy | ( | ) |
custom detect destroy
long com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectProcess | ( | long | dataPtr, |
int | width, | ||
int | height, | ||
int | rotation, | ||
int | format, | ||
long | extra | ||
) |
custom detect process
dataPtr | data ptr |
width | width |
height | height |
rotation | rotation |
format | format |
extra | extra |