Uses of Class
org.red5.io.mp4.MP4Atom

Packages that use MP4Atom
org.red5.io.mp4   
 

Uses of MP4Atom in org.red5.io.mp4
 

Fields in org.red5.io.mp4 with type parameters of type MP4Atom
protected  List<MP4Atom> MP4Atom.children
          The children of this atom.
 

Methods in org.red5.io.mp4 that return MP4Atom
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.
 

Methods in org.red5.io.mp4 that return types with arguments of type MP4Atom
 List<MP4Atom> MP4Atom.getChildren()
          Gets children from this atom.
 



Copyright © 2006-2012 The Red5 Project