net.java.sip.communicator.impl.neomedia.quicktime
Class QTFormatDescription
java.lang.Object
net.java.sip.communicator.impl.neomedia.quicktime.NSObject
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
|
Constructor Summary |
QTFormatDescription(long ptr)
Initializes a new QTFormatDescription instance which is to
represent a specific QTKit QTFormatDescription object. |
VideoEncodedPixelsSizeAttribute
public static final String VideoEncodedPixelsSizeAttribute
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
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.
Distributable under LGPL license.