Class QTCaptureDecompressedVideoOutput
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.NSObject
-
- org.jitsi.impl.neomedia.quicktime.QTCaptureOutput
-
- org.jitsi.impl.neomedia.quicktime.QTCaptureDecompressedVideoOutput
-
public class QTCaptureDecompressedVideoOutput extends QTCaptureOutput
Represents a QTKit QTCaptureDecompressedVideoOutput object.- Author:
- Lyubomir Marinov
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classQTCaptureDecompressedVideoOutput.DelegateRepresents the receiver of CVImageBuffer video frames and their associated QTSampleBuffers captured by a QTCaptureDecompressedVideoOutput.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector to release system resources and perform other cleanup.NSDictionarypixelBufferAttributes()booleansetAutomaticallyDropsLateVideoFrames(boolean automaticallyDropsLateVideoFrames)voidsetDelegate(QTCaptureDecompressedVideoOutput.Delegate delegate)voidsetPixelBufferAttributes(NSDictionary pixelBufferAttributes)
-
-
-
Constructor Detail
-
QTCaptureDecompressedVideoOutput
public QTCaptureDecompressedVideoOutput()
Initializes a new QTCaptureDecompressedVideoOutput which represents a new QTKit QTCaptureDecompressedVideoOutput object.
-
QTCaptureDecompressedVideoOutput
public QTCaptureDecompressedVideoOutput(long ptr)
Initializes a new QTCaptureDecompressedVideoOutput which is to represent a new QTKit QTCaptureDecompressedVideoOutput object.- Parameters:
ptr- the pointer to the QTKit QTCaptureDecompressedVideoOutput object to be represented by the new instance
-
-
Method Detail
-
finalize
protected void finalize()
Called by the garbage collector to release system resources and perform other cleanup.- Overrides:
finalizein classObject- See Also:
Object.finalize()
-
pixelBufferAttributes
public NSDictionary pixelBufferAttributes()
-
setAutomaticallyDropsLateVideoFrames
public boolean setAutomaticallyDropsLateVideoFrames(boolean automaticallyDropsLateVideoFrames)
-
setDelegate
public void setDelegate(QTCaptureDecompressedVideoOutput.Delegate delegate)
-
setPixelBufferAttributes
public void setPixelBufferAttributes(NSDictionary pixelBufferAttributes)
-
-