Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.directshow
Class DSCaptureDevice.GrabberDelegate

java.lang.Object
  extended by 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

Constructor Summary
DSCaptureDevice.GrabberDelegate()
           
 
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
 

Constructor Detail

DSCaptureDevice.GrabberDelegate

public DSCaptureDevice.GrabberDelegate()
Method Detail

frameReceived

public abstract void frameReceived(long ptr,
                                   int length)
Callback method when receiving frames.

Parameters:
ptr - native pointer to data
length - length of data

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.