Class AbstractQuickTimeStream.VideoTrack

java.lang.Object
org.monte.media.quicktime.AbstractQuickTimeStream.Track
org.monte.media.quicktime.AbstractQuickTimeStream.VideoTrack
Enclosing class:
AbstractQuickTimeStream

protected class AbstractQuickTimeStream.VideoTrack extends AbstractQuickTimeStream.Track
Author:
Werner Randelshofer
  • Field Details

    • videoQuality

      protected float videoQuality
      The video compression quality.
    • videoDepth

      protected int videoDepth
      Number of bits per ixel. All frames must have the same depth. The value -1 is used to mark unspecified depth.
    • videoColorTable

      protected IndexColorModel videoColorTable
      The color table used for rendering the video. This variable is only used when the video uses an index color model.
  • Constructor Details

    • VideoTrack

      public VideoTrack()
  • Method Details