| Package | Description |
|---|---|
| org.mp4parser.streaming | |
| org.mp4parser.streaming.input | |
| org.mp4parser.streaming.input.mp4 | |
| org.mp4parser.streaming.output.mp4 |
| Modifier and Type | Method and Description |
|---|---|
void |
StreamingTrack.setSampleSink(SampleSink sampleSink)
All implementing classes must make sure the all generated samples are pushed to the sampleSink.
|
| Modifier and Type | Field and Description |
|---|---|
protected SampleSink |
AbstractStreamingTrack.sampleSink |
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractStreamingTrack.setSampleSink(SampleSink sampleSink) |
| Modifier and Type | Method and Description |
|---|---|
SampleSink |
ClassicMp4ContainerSource.Mp4StreamingTrack.getSampleSink() |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassicMp4ContainerSource.Mp4StreamingTrack.setSampleSink(SampleSink sampleSink) |
| Modifier and Type | Class and Description |
|---|---|
class |
FragmentedMp4Writer
Creates a fragmented MP4 file consisting of a header [ftyp, moov], any number of fragments
[moof, mdat]+ and a footer [mfra].
|
class |
StandardMp4Writer
Creates an MP4 file with ftyp, mdat+, moov order.
|
Copyright © 2019. All rights reserved.