AliVCSDK
6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
载入中...
搜索中...
未找到
AlivcLivePushCustomDetect.java
1
package
com.alivc.component.custom;
2
3
import
com.alivc.live.pusher.Visible;
4
13
@Visible
14
public
interface
AlivcLivePushCustomDetect
{
18
public
void
customDetectCreate
();
19
31
public
long
customDetectProcess
(
long
dataPtr,
int
width,
int
height,
int
rotation,
int
format,
long
extra);
32
36
public
void
customDetectDestroy
();
37
}
com.alivc.component.custom.AlivcLivePushCustomDetect
用户自定义视频人脸识别回调
Definition:
AlivcLivePushCustomDetect.java:14
com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectProcess
long customDetectProcess(long dataPtr, int width, int height, int rotation, int format, long extra)
com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectCreate
void customDetectCreate()
com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectDestroy
void customDetectDestroy()