MWCapture SDK Mac  3.3.0.12920
Typedefs
Callback Functions

Typedefs

typedef void(* VIDEO_CAPTURE_CALLBACK) (BYTE *pBuffer, long iBufferLen, long stride, void *pParam)
 Callback function of video capture. More...
 
typedef void(* AUDIO_CAPTURE_CALLBACK) (const BYTE *pbFrame, int cbFrame, uint64_t u64TimeStamp, void *pParam)
 Callback function of audio capture. More...
 

Detailed Description

Typedef Documentation

◆ AUDIO_CAPTURE_CALLBACK

typedef void(* AUDIO_CAPTURE_CALLBACK) (const BYTE *pbFrame, int cbFrame, uint64_t u64TimeStamp, void *pParam)

Callback function of audio capture.

Gets audio data
Related functions are:
MWCreateAudioCapture

◆ VIDEO_CAPTURE_CALLBACK

typedef void(* VIDEO_CAPTURE_CALLBACK) (BYTE *pBuffer, long iBufferLen, long stride, void *pParam)

Callback function of video capture.

Gets video data
Related functions is:
MWCreateVideoCapture