AliVCSDK 6.17.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
 
Loading...
Searching...
No Matches
AlivcLivePushCustomDetect.java
1package com.alivc.component.custom;
2
3import com.alivc.live.pusher.Visible;
4
5
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)