net.java.sip.communicator.impl.neomedia.directshow
Class DSCaptureDevice.GrabberDelegate
java.lang.Object
net.java.sip.communicator.impl.neomedia.directshow.DSCaptureDevice.GrabberDelegate
- Enclosing class:
- DSCaptureDevice
public abstract static class DSCaptureDevice.GrabberDelegate
- extends Object
Delegate class to handle grabbing frames.
- Author:
- Sebastien Vincent
|
Method Summary |
abstract void |
frameReceived(long ptr,
int length)
Callback method when receiving frames. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSCaptureDevice.GrabberDelegate
public DSCaptureDevice.GrabberDelegate()
frameReceived
public abstract void frameReceived(long ptr,
int length)
- Callback method when receiving frames.
- Parameters:
ptr - native pointer to datalength - length of data
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.