public class QTCaptureSession extends NSObject
| Constructor and Description |
|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public QTCaptureSession()
public QTCaptureSession(long ptr)
ptr - the pointer to the QTKit QTCaptureSession object to
be represented by the new instancepublic boolean addInput(QTCaptureInput input) throws NSErrorException
NSErrorExceptionpublic boolean addOutput(QTCaptureOutput output) throws NSErrorException
NSErrorExceptionpublic void close()
protected void finalize()
finalize in class ObjectObject.finalize()public void startRunning()
public void stopRunning()
Copyright © 2022 jitsi.org. All rights reserved.