Class QTFormatDescription
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.NSObject
-
- org.jitsi.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:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description QTFormatDescription(long ptr)Initializes a new QTFormatDescription instance which is to represent a specific QTKit QTFormatDescription object.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidfinalize()Called by the garbage collector to release system resources and perform other cleanup.Dimensionsize()
-
-
-
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:
finalizein classObject- See Also:
Object.finalize()
-
size
public Dimension size()
-
-