Uses of Interface
org.mp4parser.streaming.output.SampleSink
-
Packages that use SampleSink Package Description org.mp4parser.streaming org.mp4parser.streaming.input org.mp4parser.streaming.input.mp4 org.mp4parser.streaming.output.mp4 -
-
Uses of SampleSink in org.mp4parser.streaming
Methods in org.mp4parser.streaming with parameters of type SampleSink Modifier and Type Method Description voidStreamingTrack. setSampleSink(SampleSink sampleSink)All implementing classes must make sure the all generated samples are pushed to the sampleSink. -
Uses of SampleSink in org.mp4parser.streaming.input
Fields in org.mp4parser.streaming.input declared as SampleSink Modifier and Type Field Description protected SampleSinkAbstractStreamingTrack. sampleSinkMethods in org.mp4parser.streaming.input with parameters of type SampleSink Modifier and Type Method Description voidAbstractStreamingTrack. setSampleSink(SampleSink sampleSink) -
Uses of SampleSink in org.mp4parser.streaming.input.mp4
Methods in org.mp4parser.streaming.input.mp4 that return SampleSink Modifier and Type Method Description SampleSinkClassicMp4ContainerSource.Mp4StreamingTrack. getSampleSink()Methods in org.mp4parser.streaming.input.mp4 with parameters of type SampleSink Modifier and Type Method Description voidClassicMp4ContainerSource.Mp4StreamingTrack. setSampleSink(SampleSink sampleSink) -
Uses of SampleSink in org.mp4parser.streaming.output.mp4
Classes in org.mp4parser.streaming.output.mp4 that implement SampleSink Modifier and Type Class Description classFragmentedMp4WriterCreates a fragmented MP4 file consisting of a header [ftyp, moov], any number of fragments [moof, mdat]+ and a footer [mfra].classStandardMp4WriterCreates an MP4 file with ftyp, mdat+, moov order.
-