| Modifier and Type | Class and Description |
|---|---|
class |
IsoFile
The most upper container for ISO Boxes.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.nio.ByteBuffer |
AppleDataBox.parseDataLength4ccTypeCountryLanguageAndReturnRest(java.nio.ByteBuffer content) |
byte[] |
Utf8AppleDataBox.writeData() |
protected void |
AppleDataBox.writeDataLength4ccTypeCountryLanguage(java.nio.ByteBuffer content) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AssetInformationBox.isHidden() |
void |
AssetInformationBox.setHidden(boolean hidden) |
| Modifier and Type | Method and Description |
|---|---|
int[] |
DTSSpecificBox.getDashAudioChannelConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
TrackFragmentHeaderBox |
TrackFragmentBox.getTrackFragmentHeaderBox() |
void |
MediaDataBox.parse(java.nio.channels.ReadableByteChannel dataSource,
java.nio.ByteBuffer header,
long contentSize,
BoxParser boxParser)
Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).
|
java.lang.String |
FileTypeBox.toString() |
java.lang.String |
SegmentTypeBox.toString() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
AbstractSampleEncryptionBox.isOverrideTrackEncryptionBoxParameters() |
boolean |
AbstractSampleEncryptionBox.isSubSampleEncryption() |
void |
AbstractSampleEncryptionBox.setSubSampleEncryption(boolean b) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
PiffSampleEncryptionBox.isOverrideTrackEncryptionBoxParameters() |
void |
PiffSampleEncryptionBox.setOverrideTrackEncryptionBoxParameters(boolean b) |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractFullBox.getFlags() |
java.lang.String |
AbstractBox.getType() |
byte[] |
AbstractBox.getUserType() |
int |
AbstractFullBox.getVersion() |
void |
AbstractBox.parse(java.nio.channels.ReadableByteChannel dataSource,
java.nio.ByteBuffer header,
long contentSize,
BoxParser boxParser)
Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).
|
Copyright © 2020. All rights reserved.