public class QTCaptureDecompressedVideoOutput extends QTCaptureOutput
| Modifier and Type | Class and Description |
|---|---|
static class |
QTCaptureDecompressedVideoOutput.Delegate
Represents the receiver of CVImageBuffer video frames and their
associated QTSampleBuffers captured by a
QTCaptureDecompressedVideoOutput.
|
| Constructor and Description |
|---|
QTCaptureDecompressedVideoOutput()
Initializes a new QTCaptureDecompressedVideoOutput which
represents a new QTKit QTCaptureDecompressedVideoOutput object.
|
QTCaptureDecompressedVideoOutput(long ptr)
Initializes a new QTCaptureDecompressedVideoOutput which is to
represent a new QTKit QTCaptureDecompressedVideoOutput object.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
finalize()
Called by the garbage collector to release system resources and perform
other cleanup.
|
NSDictionary |
pixelBufferAttributes() |
boolean |
setAutomaticallyDropsLateVideoFrames(boolean automaticallyDropsLateVideoFrames) |
void |
setDelegate(QTCaptureDecompressedVideoOutput.Delegate delegate) |
void |
setPixelBufferAttributes(NSDictionary pixelBufferAttributes) |
public QTCaptureDecompressedVideoOutput()
public QTCaptureDecompressedVideoOutput(long ptr)
ptr - the pointer to the QTKit
QTCaptureDecompressedVideoOutput object to be represented by the
new instanceprotected void finalize()
finalize in class ObjectObject.finalize()public NSDictionary pixelBufferAttributes()
public boolean setAutomaticallyDropsLateVideoFrames(boolean automaticallyDropsLateVideoFrames)
public void setDelegate(QTCaptureDecompressedVideoOutput.Delegate delegate)
public void setPixelBufferAttributes(NSDictionary pixelBufferAttributes)
Copyright © 2021 jitsi.org. All rights reserved.