protected class AbstractQuickTimeStream.AudioTrack extends AbstractQuickTimeStream.Track
| Modifier and Type | Field and Description |
|---|---|
protected int |
soundBytesPerFrame |
protected int |
soundBytesPerPacket |
protected int |
soundBytesPerSample |
protected int |
soundCompressionId |
protected int |
soundNumberOfChannels |
protected double |
soundSampleRate |
protected int |
soundSampleSize |
protected long |
soundSamplesPerPacket |
protected byte[] |
stsdExtensions |
chunks, codec, editList, format, height, inputBuffer, inputTime, matrix, mediaCompressionType, mediaCompressorName, mediaDuration, mediaTimeScale, mediaType, outputBuffer, sampleCount, sampleSizes, syncInterval, syncSamples, timeToSamples, width, writeTime| Constructor and Description |
|---|
AudioTrack() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom minfAtom) |
protected void |
writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom stblAtom) |
addChunk, addSample, getSampleCount, getTrackDuration, isEmpty, writeMediaInformationAtoms, writeSampleTableAtoms, writeTrackAtomsprotected int soundNumberOfChannels
protected int soundSampleSize
protected int soundCompressionId
protected long soundSamplesPerPacket
protected int soundBytesPerPacket
protected int soundBytesPerFrame
protected int soundBytesPerSample
protected double soundSampleRate
protected byte[] stsdExtensions
protected void writeMediaInformationHeaderAtom(AbstractQuickTimeStream.CompositeAtom minfAtom) throws java.io.IOException
writeMediaInformationHeaderAtom in class AbstractQuickTimeStream.Trackjava.io.IOExceptionprotected void writeSampleDescriptionAtom(AbstractQuickTimeStream.CompositeAtom stblAtom) throws java.io.IOException
writeSampleDescriptionAtom in class AbstractQuickTimeStream.Trackjava.io.IOExceptionCopyright © 2022. All Rights Reserved.