Package | Description |
---|---|
org.red5.io.mp4 |
Modifier and Type | Field and Description |
---|---|
protected List<MP4Atom> |
MP4Atom.children
The children of this atom.
|
Modifier and Type | Method and Description |
---|---|
static MP4Atom |
MP4Atom.createAtom(MP4DataStream bitstream)
Constructs an
Atom object from the data in the bitstream. |
MP4Atom |
MP4Atom.lookup(long type,
int number)
Lookups for a child atom with the specified
type , skips the number
children with the same type before finding a result. |
Modifier and Type | Method and Description |
---|---|
List<MP4Atom> |
MP4Atom.getChildren()
Gets children from this atom.
|
Copyright © 2006-2012 The Red5 Project