|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.audio.mp4.atom.AbstractMp4Box
public class AbstractMp4Box
Abstract mp4 box, contain a header and then rawdata (which may include child boxes)
| Field Summary | |
|---|---|
protected java.nio.ByteBuffer |
dataBuffer
|
protected Mp4BoxHeader |
header
|
| Constructor Summary | |
|---|---|
AbstractMp4Box()
|
|
| Method Summary | |
|---|---|
java.nio.ByteBuffer |
getData()
|
Mp4BoxHeader |
getHeader()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Mp4BoxHeader header
protected java.nio.ByteBuffer dataBuffer
| Constructor Detail |
|---|
public AbstractMp4Box()
| Method Detail |
|---|
public Mp4BoxHeader getHeader()
public java.nio.ByteBuffer getData()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||