Modifier and Type | Class and Description |
---|---|
class |
IsoFile
The most upper container for ISO Boxes.
|
Modifier and Type | Method and Description |
---|---|
String |
FileTypeBox.toString() |
Modifier and Type | Method and Description |
---|---|
TrackFragmentHeaderBox |
TrackFragmentBox.getTrackFragmentHeaderBox() |
String |
SegmentTypeBox.toString() |
Modifier and Type | Method and Description |
---|---|
int |
AbstractFullBox.getFlags() |
Container |
AbstractBox.getParent() |
String |
AbstractBox.getPath() |
String |
AbstractBox.getType() |
byte[] |
AbstractBox.getUserType() |
int |
AbstractFullBox.getVersion() |
void |
AbstractBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser)
Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).
|
void |
AbstractBox.setParent(Container parent) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
AbstractSampleEncryptionBox.isOverrideTrackEncryptionBoxParameters() |
boolean |
AbstractSampleEncryptionBox.isSubSampleEncryption() |
void |
AbstractSampleEncryptionBox.setSubSampleEncryption(boolean b) |
Modifier and Type | Method and Description |
---|---|
protected ByteBuffer |
AppleDataBox.parseDataLength4ccTypeCountryLanguageAndReturnRest(ByteBuffer content) |
byte[] |
Utf8AppleDataBox.writeData() |
protected void |
AppleDataBox.writeDataLength4ccTypeCountryLanguage(ByteBuffer content) |
Modifier and Type | Method and Description |
---|---|
boolean |
PiffSampleEncryptionBox.isOverrideTrackEncryptionBoxParameters() |
void |
PiffSampleEncryptionBox.setOverrideTrackEncryptionBoxParameters(boolean b) |
Copyright © 2014. All rights reserved.