|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mp4BoxHeader | |
---|---|
org.jaudiotagger.audio.mp4.atom | |
org.jaudiotagger.tag.mp4.atom | |
org.jaudiotagger.tag.mp4.field |
Uses of Mp4BoxHeader in org.jaudiotagger.audio.mp4.atom |
---|
Methods in org.jaudiotagger.audio.mp4.atom that return Mp4BoxHeader | |
---|---|
Mp4BoxHeader |
AbstractMp4Box.getHeader()
|
static Mp4BoxHeader |
Mp4BoxHeader.seekWithinLevel(java.nio.ByteBuffer data,
java.lang.String id)
Seek for box with the specified id starting from the current location of filepointer, Note it won't find the box if it is contained with a level below the current level, nor if we are at a parent atom that also contains data and we havent yet processed the data. |
static Mp4BoxHeader |
Mp4BoxHeader.seekWithinLevel(java.io.RandomAccessFile raf,
java.lang.String id)
Seek for box with the specified id starting from the current location of filepointer, Note it wont find the box if it is contained with a level below the current level, nor if we are at a parent atom that also contains data and we havent yet processed the data. |
Constructors in org.jaudiotagger.audio.mp4.atom with parameters of type Mp4BoxHeader | |
---|---|
Mp4DrmsBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
|
Mp4EsdsBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
DataBuffer must start from from the start of the body |
|
Mp4MdhdBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
|
Mp4MetaBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
|
Mp4Mp4aBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
|
Mp4MvhdBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
|
Mp4StcoBox(Mp4BoxHeader header,
java.nio.ByteBuffer originalDataBuffer)
Construct box from data and show contents |
|
Mp4StcoBox(Mp4BoxHeader header,
java.nio.ByteBuffer originalDataBuffer,
int adjustment)
Construct box from data and adjust offets accordingly |
|
Mp4StsdBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
Uses of Mp4BoxHeader in org.jaudiotagger.tag.mp4.atom |
---|
Constructors in org.jaudiotagger.tag.mp4.atom with parameters of type Mp4BoxHeader | |
---|---|
Mp4DataBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
|
Mp4MeanBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
|
Mp4NameBox(Mp4BoxHeader header,
java.nio.ByteBuffer dataBuffer)
|
Uses of Mp4BoxHeader in org.jaudiotagger.tag.mp4.field |
---|
Constructors in org.jaudiotagger.tag.mp4.field with parameters of type Mp4BoxHeader | |
---|---|
Mp4TagRawBinaryField(Mp4BoxHeader header,
java.nio.ByteBuffer raw)
Construct binary field from rawdata of audio file |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |