Modifier and Type | Method and Description |
---|---|
Box |
BoxParser.parseBox(DataSource in,
Container parent) |
Box |
AbstractBoxParser.parseBox(DataSource byteChannel,
Container parent)
Parses the next size and type, creates a box instance and parses the box's content.
|
Constructor and Description |
---|
IsoFile(DataSource dataSource) |
IsoFile(DataSource dataSource,
BoxParser boxParser) |
Modifier and Type | Method and Description |
---|---|
void |
UserDataBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
SampleDescriptionBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
MetaBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
ItemProtectionBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
FreeBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
DataReferenceBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
Box.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser)
Parses the box excluding the already parsed header (size, 4cc, [long-size], [user-type]).
|
Modifier and Type | Method and Description |
---|---|
DataSource |
MovieFragmentBox.getFileChannel() |
Modifier and Type | Method and Description |
---|---|
void |
MediaDataBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
Modifier and Type | Method and Description |
---|---|
void |
VisualSampleEntry.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
TextSampleEntry.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
SubtitleSampleEntry.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
Ovc1VisualSampleEntryImpl.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
MpegSampleEntry.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
AudioSampleEntry.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
abstract void |
AbstractSampleEntry.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
Modifier and Type | Class and Description |
---|---|
class |
FileDataSourceImpl
Created by sannies on 29.08.13.
|
class |
MemoryDataSourceImpl
Created by sannies on 10/15/13.
|
Modifier and Type | Field and Description |
---|---|
protected DataSource |
BasicContainer.dataSource |
Modifier and Type | Method and Description |
---|---|
void |
FullContainerBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
void |
AbstractContainerBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
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 |
BasicContainer.parseContainer(DataSource dataSource,
long containerSize,
BoxParser boxParser) |
Modifier and Type | Method and Description |
---|---|
static Movie |
MovieCreator.build(DataSource channel)
Creates
Movie object from a ReadableByteChannel . |
Constructor and Description |
---|
AACTrackImpl(DataSource channel) |
AACTrackImpl(DataSource channel,
String lang) |
AC3TrackImpl(DataSource dataSource) |
AC3TrackImpl(DataSource dataSource,
String lang) |
DTSTrackImpl(DataSource fin) |
DTSTrackImpl(DataSource fin,
String lang) |
EC3TrackImpl(DataSource dataSource) |
H264TrackImpl(DataSource fc) |
H264TrackImpl(DataSource fc,
String lang) |
H264TrackImpl(DataSource fc,
String lang,
long timescale,
int frametick)
Creates a new
Track object from a raw H264 source (DataSource fc ). |
MP3TrackImpl(DataSource channel) |
MP3TrackImpl(DataSource channel,
String lang) |
Modifier and Type | Method and Description |
---|---|
void |
ActionMessageFormat0SampleEntryBox.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
Modifier and Type | Method and Description |
---|---|
void |
QuicktimeTextSampleEntry.parse(DataSource dataSource,
ByteBuffer header,
long contentSize,
BoxParser boxParser) |
Copyright © 2014. All rights reserved.