public static interface DSCaptureDevice.ISampleGrabberCB
| Modifier and Type | Method and Description |
|---|---|
void |
SampleCB(long source,
long ptr,
int length)
Notifies this instance that a specific video frame has been
captured/grabbed.
|
void SampleCB(long source,
long ptr,
int length)
source - a pointer to the native DSCaptureDevice which is the
source of the notificationptr - a pointer to the captured/grabbed video frame i.e. to the
data of the DirectShow IMediaSamplelength - the length in bytes of the valid data pointed to by
ptrCopyright © 2022 jitsi.org. All rights reserved.