AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
AlivcLivePushCustomDetect.java
1 package com.alivc.component.custom;
2 
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 }
long customDetectProcess(long dataPtr, int width, int height, int rotation, int format, long extra)