Serialized Form

  • Package org.monte.media.av

  • Package org.monte.media.av.codec.video

    • Class org.monte.media.av.codec.video.DefaultColorAdjustModel

      class DefaultColorAdjustModel extends AbstractBean implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • blackPoint
          float blackPoint
          Level adjustment: black point in the range [0,1].
        • brightness
          float brightness
          Brightness adjustment in the range [-1,1].
        • contrast
          float contrast
          Contrast adjustment in the range [-1,1].
        • definition
          float definition
          Definition adjustment in the range [0,1].
        • denoise
          float denoise
          De-noise adjustment in the range [0,1].
        • exposure
          float exposure
          Exposure adjustment in the range [-1,1].
        • highlights
          float highlights
          Higlights adjustment in the range [0,1].
        • midPoint
          float midPoint
          Level adjustment: mid point in the range [0,1].
        • saturation
          float saturation
          Saturation adjustment in the range [0,1].
        • shadows
          float shadows
          Shadows adjustment in the range [0,1].
        • sharpness
          float sharpness
          Sharpness adjustment in the range [0,1].
        • temperature
          float temperature
          Temperature adjustment in the range [-1,1].
        • tint
          float tint
          Tint adjustment in the range [-1,1].
        • whiteBalanceQM
          float[] whiteBalanceQM
          White balance terms {Rmu,Rnu, Bmu, Bnu}.
        • whiteBalanceQMEnabled
          boolean whiteBalanceQMEnabled
        • whiteBalanceTTEnabled
          boolean whiteBalanceTTEnabled
        • whitePoint
          float whitePoint
          Level adjustment: white point in the range [0,1].
  • Package org.monte.media.avi

  • Package org.monte.media.beans

  • Package org.monte.media.exception

  • Package org.monte.media.math

  • Package org.monte.media.quicktime

    • Class org.monte.media.quicktime.QuickTimeMeta

      class QuickTimeMeta extends AbstractMovie implements Serializable
      serialVersionUID:
      1L
      • Serialized Fields

        • brand
          String brand
        • compatibleBrands
          ArrayList<String> compatibleBrands
        • creationTime
          Date creationTime
          Creation time of the movie.
        • currentTime
          long currentTime
          The time value for current time position within the movie.
        • duration
          long duration
          The duration of the movie in time scale units (derived value). The value of this field corresponds to the duration of the longest track in the movie.
        • fileFormat
          Format fileFormat
          The file format.
        • matrix
          double[] matrix
          The transformation matrix [a,b,u;c,d,v;x,y,w] for mapping 2d points of this movie to the screen.
                     [a b u;
           [x y 1] *  c d v; = [x' y' 1]
                      x y w]
           
        • modificationTime
          Date modificationTime
          Modification time of the movie.
        • nextTrackId
          long nextTrackId
          The ID to use for the next track added to this movie (derived value). The value of this field corresponds to the number of tracks.
        • posterTime
          long posterTime
          The time value of the time of the movie poster.
        • preferredRate
          double preferredRate
          The preferred rate at which to play this movie. A value of 1.0 indicates normal rate.
        • preferredVolume
          double preferredVolume
          The preferred volume of this movie’s sound. A value of 1.0 indicates full volume.
        • previewDuration
          long previewDuration
          The duration of the movie preview in movie time scale units.
        • previewTime
          long previewTime
          The time value in the movie at which the preview begins.
        • selectionDuration
          long selectionDuration
          The duration of the current selection in movie time scale units.
        • selectionTime
          long selectionTime
          The time value for the start time of the current selection.
        • timeScale
          long timeScale
          The time scale of the movie. A time value that indicates the time scale for this media—that is, the number of time units that pass per second in its time coordinate system.
        • tracks
          ArrayList<QuickTimeMeta.Track> tracks
          The list of tracks in the movie.
        • versionMinor
          int versionMinor
        • versionMonth
          int versionMonth
        • versionYear
          int versionYear