| Interface | Description |
|---|---|
| DataSource | |
| RandomAccessSource |
Allows random access to some data source as some data structure such as chunks in an mdat
require random access with absolute offsets.
|
| Sample | |
| Track |
Represents a Track.
|
| Class | Description |
|---|---|
| AbstractTrack | |
| CencMp4TrackImplImpl |
This track implementation is to be used when MP4 track is CENC encrypted.
|
| Edit |
Format agnostic EditListBox.Entry.
|
| FileDataSourceImpl | |
| FileDataSourceViaHeapImpl | |
| FileRandomAccessSourceImpl | |
| InMemRandomAccessSourceImpl |
Typically used for tests.
|
| MemoryDataSourceImpl |
Created by sannies on 10/15/13.
|
| Movie | |
| Mp4TrackImpl |
Represents a single track of an MP4 file.
|
| MultiFileDataSourceImpl |
A rather naive DataSource implementation allowing multiple files as source.
|
| PiffMp4TrackImpl |
This track implementation is to be used when MP4 track is CENC encrypted.
|
| SampleImpl | |
| TrackMetaData | |
| WrappingTrack |
A simple track wrapper that delegates all calls to parent track.
|
Copyright © 2019. All rights reserved.