public class ThreeGPPAlbumBox extends ThreeGPPMetadataBox
| Constructor and Description |
|---|
ThreeGPPAlbumBox() |
| Modifier and Type | Method and Description |
|---|---|
void |
decode(MP4InputStream in)
Decodes the given input stream by reading this box and all of its
children (if any).
|
int |
getTrackNumber()
The track number (order number) of the media on this album.
|
decodeCommon, getData, getLanguageCodegetChild, getChildren, getChildren, getLeft, getName, getOffset, getParent, getSize, getType, hasChild, hasChildren, readChildren, readChildren, setParams, toStringpublic void decode(MP4InputStream in) throws java.io.IOException
BoxImpldecode in class ThreeGPPMetadataBoxin - an input streamjava.io.IOException - if an error occurs while readingpublic int getTrackNumber()