AliVCSDK
6.0.0
阿里云音视频SDK,为视频开发者提供一站式接入服务
AlivcLivePushCustomDetect.java
1
package
com.alivc.component.custom;
2
3
import
com
.
alivc
.
live
.
pusher
.
Visible
;
4
5
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.live
com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectProcess
long customDetectProcess(long dataPtr, int width, int height, int rotation, int format, long extra)
com
com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectDestroy
void customDetectDestroy()
com.alivc
com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectCreate
void customDetectCreate()
com.alivc.live.pusher.Visible
Definition:
Visible.java:26
com.alivc.component.custom.AlivcLivePushCustomDetect
User defined video custom detect callback.
Definition:
AlivcLivePushCustomDetect.java:14
com.alivc.live.pusher
Definition:
AlivcAudioAACProfileEnum.java:1