AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
载入中...
搜索中...
未找到
AlivcLivePushCustomDetect.java
1package com.alivc.component.custom;
2
3import com.alivc.live.pusher.Visible;
4
13@Visible
14public 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)