Class QuickTime.ImageDesc

  • Enclosing class:
    QuickTime

    static final class QuickTime.ImageDesc
    extends java.lang.Object
    Class representing the 'idsc' QuickTime Atom.
    • Field Detail

      • size

        int size
      • compressorIdentifer

        java.lang.String compressorIdentifer
      • version

        short version
      • revision

        short revision
      • compressorVendor

        java.lang.String compressorVendor
      • temporalQuality

        int temporalQuality
      • spatialQuality

        int spatialQuality
      • width

        int width
      • height

        int height
      • horizontalRes

        double horizontalRes
      • verticalRes

        double verticalRes
      • dataSize

        int dataSize
      • frameCount

        int frameCount
      • compressorName

        java.lang.String compressorName
      • depth

        short depth
      • colorLUTId

        short colorLUTId
      • extraDesc

        byte[] extraDesc
    • Constructor Detail

      • ImageDesc

        ImageDesc()
    • Method Detail

      • read

        public static QuickTime.ImageDesc read​(java.io.DataInput pStream)
                                        throws java.io.IOException
        Throws:
        java.io.IOException
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object