ZegoLiveRoom
Public Member Functions | List of all members
AVE::VideoFilterCallback Class Referenceabstract

#include <video_capture.h>

Public Member Functions

virtual void OnProcess (void *buffer, int size, int width, int height, int stride, unsigned long long timestamp_100n)=0
 
virtual void OnProcessWithDest (void *buffer, int size, int width, int height, int stride, unsigned long long timestamp_100n, VideoBufferDestination dest)
 

Member Function Documentation

◆ OnProcess()

virtual void AVE::VideoFilterCallback::OnProcess ( void *  buffer,
int  size,
int  width,
int  height,
int  stride,
unsigned long long  timestamp_100n 
)
pure virtual

◆ OnProcessWithDest()

virtual void AVE::VideoFilterCallback::OnProcessWithDest ( void *  buffer,
int  size,
int  width,
int  height,
int  stride,
unsigned long long  timestamp_100n,
VideoBufferDestination  dest 
)
inlinevirtual

The documentation for this class was generated from the following file: