|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DoNotParseDetail | |
---|---|
com.coremedia.iso | |
com.coremedia.iso.boxes | |
com.coremedia.iso.boxes.fragment |
Uses of DoNotParseDetail in com.coremedia.iso |
---|
Classes in com.coremedia.iso with annotations of type DoNotParseDetail | |
---|---|
class |
IsoFile
The most upper container for ISO Boxes. |
Methods in com.coremedia.iso with annotations of type DoNotParseDetail | |
---|---|
static String |
IsoFile.bytesToFourCC(byte[] type)
|
static byte[] |
IsoFile.fourCCtoBytes(String fourCC)
|
MovieBox |
IsoFile.getMovieBox()
Shortcut to get the MovieBox since it is often needed and present in nearly all ISO 14496 files (at least if they are derived from MP4 ). |
String |
IsoFile.toString()
|
Uses of DoNotParseDetail in com.coremedia.iso.boxes |
---|
Methods in com.coremedia.iso.boxes with annotations of type DoNotParseDetail | |
---|---|
IsoFile |
AbstractBox.getIsoFile()
|
ContainerBox |
AbstractBox.getParent()
|
String |
AbstractBox.getType()
|
byte[] |
AbstractBox.getUserType()
|
void |
AbstractBox.parse(ReadableByteChannel in,
ByteBuffer header,
long contentSize,
BoxParser boxParser)
Pareses the given IsoBufferWrapper and returns the remaining bytes. |
void |
AbstractBox.setParent(ContainerBox parent)
|
void |
AbstractBox.setUserType(byte[] userType)
|
String |
FileTypeBox.toString()
|
Uses of DoNotParseDetail in com.coremedia.iso.boxes.fragment |
---|
Methods in com.coremedia.iso.boxes.fragment with annotations of type DoNotParseDetail | |
---|---|
long |
MovieFragmentBox.getOffset()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |