Maven module :un.storage : media-mpeg4 :
Class :
un.storage.media.mp4.boxes.Box
Extends/Implements :
un.api.CObject
Subclasses : -
Variables :
parent,
type,
size,
offset,
children
Functions :
Box,
Box,
Box,
setParams,
getParent,
setParent,
getSize,
getType,
getOffset,
getFourCC,
getName,
hasChildren,
hasChild,
getChildren,
getChildren,
getChild,
read,
write,
toChars,
getLeft,
decode,
readChildren,
readChildren
protected Box
parent
protected long
type
protected long
size
protected long
offset
protected Sequence
children
public void
Box ()
public void
Box (String name)
public void
Box (long type, long size, long offset)
public void
setParams (Box parent, long size, long type, long offset)
public Box
getParent ()
public void
setParent (Box parent)
public long
getSize ()
public long
getType ()
public long
getOffset ()
public Chars
getFourCC ()
public Chars
getName ()
public boolean
hasChildren ()
public boolean
hasChild (long type)
public Sequence
getChildren ()
public Sequence
getChildren (long type)
public Box
getChild (long type)
public void
read (DataInputStream ds)
public void
write (DataOutputStream ds)
public Chars
toChars ()
protected long
getLeft (MP4InputStream in)
public void
decode (MP4InputStream in)
public void
readChildren (MP4InputStream in)
protected void
readChildren (MP4InputStream in, int number)
author Johann Sorel
author Alexander Simm