Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.quicktime
Class QTCaptureOutput

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.quicktime.NSObject
      extended by net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureOutput
Direct Known Subclasses:
QTCaptureDecompressedVideoOutput

public class QTCaptureOutput
extends NSObject

Represents a QTKit QTCaptureOutput object.

Author:
Lubomir Marinov

Constructor Summary
QTCaptureOutput(long ptr)
          Initializes a new QTCaptureOutput instance which is to represent a specific QTKit QTCaptureOutput object.
 
Method Summary
 
Methods inherited from class net.java.sip.communicator.impl.neomedia.quicktime.NSObject
getPtr, release, release, retain, retain, setPtr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QTCaptureOutput

public QTCaptureOutput(long ptr)
Initializes a new QTCaptureOutput instance which is to represent a specific QTKit QTCaptureOutput object.

Parameters:
ptr - the pointer to the QTKit QTCaptureOutput object to be represented by the new instance

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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