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