Class QuickTime.ImageDesc

java.lang.Object
com.twelvemonkeys.imageio.plugins.pict.QuickTime.ImageDesc
Enclosing class:
QuickTime

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

    • SIZE

      private static final int SIZE
      See Also:
    • size

      int size
    • compressorIdentifer

      String compressorIdentifer
    • version

      short version
    • revision

      short revision
    • compressorVendor

      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

      String compressorName
    • depth

      short depth
    • colorLUTId

      short colorLUTId
    • extraDesc

      byte[] extraDesc
  • Constructor Details

    • ImageDesc

      ImageDesc()
  • Method Details