Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.quicktime
Class QTSampleBuffer

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.quicktime.NSObject
      extended by net.java.sip.communicator.impl.neomedia.quicktime.QTSampleBuffer

public class QTSampleBuffer
extends NSObject

Represents a QuickTime/QTKit QTSampleBuffer object.

Author:
Lubomir Marinov

Constructor Summary
QTSampleBuffer(long ptr)
          Initializes a new QTSampleBuffer which is to represent a specific QuickTime/QTKit QTSampleBuffer object.
 
Method Summary
 byte[] bytesForAllSamples()
           
 QTFormatDescription formatDescription()
           
 
Methods inherited from class net.java.sip.communicator.impl.neomedia.quicktime.NSObject
getPtr, release, release, retain, retain, setPtr
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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()

formatDescription

public QTFormatDescription formatDescription()

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.