| Modifier and Type | Class and Description |
|---|---|
class |
AbstractBoxParser
This BoxParser handles the basic stuff like reading size and extracting box type.
|
class |
PropertyBoxParserImpl
A Property file based BoxFactory
|
| Modifier and Type | Method and Description |
|---|---|
void |
BasicContainer.initContainer(ReadableByteChannel readableByteChannel,
long containerSize,
BoxParser boxParser) |
void |
ParsableBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser)
Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).
|
| Constructor and Description |
|---|
IsoFile(ReadableByteChannel readableByteChannel,
BoxParser boxParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
ActionMessageFormat0SampleEntryBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
QuicktimeTextSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
UserDataBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
SampleDescriptionBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
MetaBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
ItemProtectionBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
HintSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
FreeBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
DataReferenceBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
XMLSubtitleSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
WebVTTSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
VisualSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
TextSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
Ovc1VisualSampleEntryImpl.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
MpegSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
AudioSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
abstract void |
AbstractSampleEntry.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
| Modifier and Type | Method and Description |
|---|---|
void |
FullContainerBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
AbstractContainerBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
AbstractBox.parse(ReadableByteChannel dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser)
Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).
|
Copyright © 2015. All rights reserved.