Class QTCaptureDecompressedVideoOutput


  • public class QTCaptureDecompressedVideoOutput
    extends QTCaptureOutput
    Represents a QTKit QTCaptureDecompressedVideoOutput object.
    Author:
    Lyubomir Marinov
    • 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:
        finalize in class Object
        See Also:
        Object.finalize()
      • pixelBufferAttributes

        public NSDictionary pixelBufferAttributes()
      • setAutomaticallyDropsLateVideoFrames

        public boolean setAutomaticallyDropsLateVideoFrames​(boolean automaticallyDropsLateVideoFrames)
      • setPixelBufferAttributes

        public void setPixelBufferAttributes​(NSDictionary pixelBufferAttributes)