AliVCSDK  4.5.1
阿里云音视频SDK,为视频开发者提供一站式接入服务
com.alivc.component.custom.AlivcLivePushCustomDetect Interface Reference

User defined video custom detect callback. More...

Public Member Functions

void customDetectCreate ()
 
long customDetectProcess (long dataPtr, int width, int height, int rotation, int format, long extra)
 
void customDetectDestroy ()
 

Detailed Description

User defined video custom detect callback.

Author
pengshuang
Call Example
mAlivcLivePusher.setCustomDetect(new AlivcLivePushCustomDetect () {});
See also
com.alivc.live.pusher.AlivcLivePusher::setCustomDetect(AlivcLivePushCustomDetect)

Definition at line 14 of file AlivcLivePushCustomDetect.java.

Member Function Documentation

void com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectCreate ( )

custom detect create

void com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectDestroy ( )

custom detect destroy

long com.alivc.component.custom.AlivcLivePushCustomDetect.customDetectProcess ( long  dataPtr,
int  width,
int  height,
int  rotation,
int  format,
long  extra 
)

custom detect process

Parameters
dataPtrdata ptr
widthwidth
heightheight
rotationrotation
formatformat
extraextra
Returns