Serialized Form
-
Package org.monte.media.av
-
Class org.monte.media.av.AbstractMovie
class AbstractMovie extends AbstractBean implements Serializable -
Class org.monte.media.av.DefaultMovie
class DefaultMovie extends AbstractMovie implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
reader
MovieReader reader
-
-
Class org.monte.media.av.FormatKey
class FormatKey extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
clazz
Class<T> clazz
This variable is used as a "type token" so that we can check for assignability of attribute values at runtime. -
comment
boolean comment
Comment keys are ignored when matching two media formats with each other. -
key
String key
Holds a String representation of the attribute key. -
name
String name
Holds a pretty name. This can be null, if the value is self-explaining.
-
-
-
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
-
Class org.monte.media.avi.AVIMovie
class AVIMovie extends AbstractMovie implements Serializable- serialVersionUID:
- 1L
-
-
Package org.monte.media.beans
-
Class org.monte.media.beans.AbstractBean
class AbstractBean extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
propertySupport
PropertyChangeSupport propertySupport
-
-
-
Package org.monte.media.exception
-
Exception Class org.monte.media.exception.AbortException
class AbortException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Exception Class org.monte.media.exception.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
-
Package org.monte.media.math
-
Class org.monte.media.math.ExtendedReal
class ExtendedReal extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
exponent
int exponent
bit 78 - 64: biased exponent. -
mantissa
long mantissa
bit 63: Integer; 62 - 0: Fraction -
negSign
boolean negSign
bit 79: negSign
-
-
Class org.monte.media.math.Rational
class Rational extends Number implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
den
long den
-
num
long num
-
-
-
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
-
compressionMethod
String compressionMethod
The compression method used for compressing the compressed movie data atom cmvd. -
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. -
movieDataSize
long movieDataSize
-
movieDataStreamPosition
long movieDataStreamPosition
-
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
-
-