Class QTSampleBuffer


  • public class QTSampleBuffer
    extends NSObject
    Represents a QuickTime/QTKit QTSampleBuffer object.
    Author:
    Lyubomir Marinov
    • Constructor Detail

      • QTSampleBuffer

        public QTSampleBuffer​(long ptr)
        Initializes a new QTSampleBuffer which is to represent a specific QuickTime/QTKit QTSampleBuffer object.
        Parameters:
        ptr - the pointer to the QuickTime/QTKit QTSampleBuffer object to be represented by the new instance
    • Method Detail

      • bytesForAllSamples

        public byte[] bytesForAllSamples()