net.java.sip.communicator.impl.neomedia.quicktime
Class QTCaptureInput
java.lang.Object
net.java.sip.communicator.impl.neomedia.quicktime.NSObject
net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureInput
- Direct Known Subclasses:
- QTCaptureDeviceInput
public class QTCaptureInput
- extends NSObject
Represents a QTKit QTCaptureInput object.
- Author:
- Lubomir Marinov
|
Constructor Summary |
QTCaptureInput(long ptr)
Initializes a new QTCaptureInput instance which is to represent
a specific QTKit QTCaptureInput object. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QTCaptureInput
public QTCaptureInput(long ptr)
- Initializes a new QTCaptureInput instance which is to represent
a specific QTKit QTCaptureInput object.
- Parameters:
ptr - the pointer to the QTKit QTCaptureInput object to be
represented by the new instance
Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.