public class SampleDescriptionBox extends FullBox
SampleTableBox (�?stbl’)The sample description table gives detailed information about the coding type used, and any initialization information needed for that coding.
The information stored in the sample description box after the entry-count is both track-type specific as documented here, and can also have variants within a track type (e.g. different codings may use different specific information after some common fields, even within a video track). For video tracks, a VisualSampleEntry is used, for audio tracks, an AudioSampleEntry and for metadata tracks, a MetaDataSampleEntry. Hint tracks use an entry format specific to their protocol, with an appropriate name.
For hint tracks, the sample description contains appropriate declarative data for the streaming protocol being used, and the format of the hint track. The definition of the sample description is specific to the protocol.
bytetoTypeMap| Constructor and Description |
|---|
SampleDescriptionBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
SampleEntry[] |
getSampleEntries() |
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
getFlags, getVersion, read64protected int load(DataInputStream fin) throws IOException
Boxload in class FullBoxfin - the stream to load box fromIOException - if some I/O error occured.public SampleEntry[] getSampleEntries()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.