Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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

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

public class QTFormatDescription
extends NSObject

Describes the media format of media samples and of media sources, such as devices and capture connections. Includes basic information about the media, such as media type and format type (or codec type), as well as extended information specific to each media type.

Author:
Lubomir Marinov

Field Summary
static String VideoEncodedPixelsSizeAttribute
           
 
Constructor Summary
QTFormatDescription(long ptr)
          Initializes a new QTFormatDescription instance which is to represent a specific QTKit QTFormatDescription object.
 
Method Summary
protected  void finalize()
          Called by the garbage collector to release system resources and perform other cleanup.
 Dimension sizeForKey(String key)
           
 
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, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

VideoEncodedPixelsSizeAttribute

public static final String VideoEncodedPixelsSizeAttribute
Constructor Detail

QTFormatDescription

public QTFormatDescription(long ptr)
Initializes a new QTFormatDescription instance which is to represent a specific QTKit QTFormatDescription object.

Parameters:
ptr - the pointer to the QTKit QTFormatDescription object which is 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()

sizeForKey

public Dimension sizeForKey(String key)

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

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