protected class AbstractQuickTimeStream.VideoTrack extends AbstractQuickTimeStream.Track
Modifier and Type | Field and Description |
---|---|
protected java.awt.image.IndexColorModel |
videoColorTable
The color table used for rendering the video.
|
protected int |
videoDepth
Number of bits per ixel.
|
protected float |
videoQuality
The video compression quality.
|
chunks, codec, editList, format, height, inputBuffer, inputTime, matrix, mediaCompressionType, mediaCompressorName, mediaDuration, mediaTimeScale, mediaType, outputBuffer, sampleCount, sampleSizes, syncInterval, syncSamples, timeToSamples, width, writeTime
Constructor and Description |
---|
VideoTrack() |
Modifier and Type | Method and Description |
---|---|
protected void |
writeColorTableAtom(AbstractQuickTimeStream.CompositeAtom stblAtom)
Color table atoms define a list of preferred colors for displaying
the movie on devices that support only 256 colors.
|
protected void |
writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom minfAtom) |
protected void |
writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom stblAtom) |
addChunk, addSample, getSampleCount, getTrackDuration, isEmpty, writeMediaInformationAtoms, writeSampleTableAtoms, writeTrackAtoms
protected float videoQuality
protected int videoDepth
protected java.awt.image.IndexColorModel videoColorTable
protected void writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom minfAtom) throws java.io.IOException
writeMediaInformationHeaderAtom
in class AbstractQuickTimeStream.Track
java.io.IOException
protected void writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom stblAtom) throws java.io.IOException
writeSampleDescriptionAtom
in class AbstractQuickTimeStream.Track
java.io.IOException
protected void writeColorTableAtom(AbstractQuickTimeStream.CompositeAtom stblAtom) throws java.io.IOException
stblAtom
- java.io.IOException