protected class AbstractQuickTimeStream.VideoTrack extends AbstractQuickTimeStream.Track
| Modifier and Type | Field and Description |
|---|---|
protected 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 |
|---|
AbstractQuickTimeStream.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, writeTrackAtomsprotected float videoQuality
protected int videoDepth
protected IndexColorModel videoColorTable
protected void writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom minfAtom) throws IOException
writeMediaInformationHeaderAtom in class AbstractQuickTimeStream.TrackIOExceptionprotected void writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom stblAtom) throws IOException
writeSampleDescriptionAtom in class AbstractQuickTimeStream.TrackIOExceptionprotected void writeColorTableAtom(AbstractQuickTimeStream.CompositeAtom stblAtom) throws IOException
stblAtom - IOExceptionCopyright © 2014. All Rights Reserved.