|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.impl.neomedia.quicktime.NSObject
net.java.sip.communicator.impl.neomedia.quicktime.QTCaptureSession
public class QTCaptureSession
Represents a QTKit QTCaptureSession object.
| Constructor Summary | |
|---|---|
QTCaptureSession()
Initializes a new QTCaptureSession instance which represents a new QTKit QTCaptureSession object. |
|
QTCaptureSession(long ptr)
Initializes a new QTCaptureSession instance which is to represent a specific QTKit QTCaptureSession object. |
|
| Method Summary | |
|---|---|
boolean |
addInput(QTCaptureInput input)
|
boolean |
addOutput(QTCaptureOutput output)
|
void |
close()
Releases the resources used by this instance throughout its existence and makes it available for garbage collection. |
protected void |
finalize()
Called by the garbage collector to release system resources and perform other cleanup. |
void |
startRunning()
|
void |
stopRunning()
|
| 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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QTCaptureSession()
public QTCaptureSession(long ptr)
ptr - the pointer to the QTKit QTCaptureSession object to
be represented by the new instance| Method Detail |
|---|
public boolean addInput(QTCaptureInput input)
throws NSErrorException
NSErrorException
public boolean addOutput(QTCaptureOutput output)
throws NSErrorException
NSErrorExceptionpublic void close()
protected void finalize()
finalize in class ObjectObject.finalize()public void startRunning()
public void stopRunning()
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||