Uses of Interface
org.mp4parser.streaming.StreamingSample
-
Packages that use StreamingSample Package Description org.mp4parser.streaming.input org.mp4parser.streaming.input.h264 org.mp4parser.streaming.output org.mp4parser.streaming.output.mp4 -
-
Uses of StreamingSample in org.mp4parser.streaming.input
Classes in org.mp4parser.streaming.input that implement StreamingSample Modifier and Type Class Description classStreamingSampleImpl -
Uses of StreamingSample in org.mp4parser.streaming.input.h264
Methods in org.mp4parser.streaming.input.h264 that return StreamingSample Modifier and Type Method Description protected StreamingSampleH264NalConsumingTrack. createSample(List<ByteBuffer> nals, SliceHeader sliceHeader, H264NalUnitHeader nu)Methods in org.mp4parser.streaming.input.h264 with parameters of type StreamingSample Modifier and Type Method Description protected voidH264NalConsumingTrack. pushSample(StreamingSample ss, boolean all, boolean force) -
Uses of StreamingSample in org.mp4parser.streaming.output
Methods in org.mp4parser.streaming.output with parameters of type StreamingSample Modifier and Type Method Description voidSampleSink. acceptSample(StreamingSample streamingSample, StreamingTrack streamingTrack)Adds a samples to the SampleSink. -
Uses of StreamingSample in org.mp4parser.streaming.output.mp4
Fields in org.mp4parser.streaming.output.mp4 with type parameters of type StreamingSample Modifier and Type Field Description protected Map<StreamingTrack,List<StreamingSample>>FragmentedMp4Writer. sampleBuffersBuffers the samples per track until there are enough samples to form a Segment.protected Map<StreamingTrack,List<StreamingSample>>StandardMp4Writer. sampleBuffersBuffers the samples per track until there are enough samples to form a Segment.Methods in org.mp4parser.streaming.output.mp4 with parameters of type StreamingSample Modifier and Type Method Description voidFragmentedMp4Writer. acceptSample(StreamingSample streamingSample, StreamingTrack streamingTrack)voidStandardMp4Writer. acceptSample(StreamingSample streamingSample, StreamingTrack streamingTrack)protected booleanStandardMp4Writer. isChunkReady(StreamingTrack streamingTrack, StreamingSample next)Tests if the currently received samples for a given track are already a 'chunk' as we want to have it.protected booleanFragmentedMp4Writer. isFragmentReady(StreamingTrack streamingTrack, StreamingSample next)Tests if the currently received samples for a given track form a valid fragment taking the latest received sample into account.Method parameters in org.mp4parser.streaming.output.mp4 with type arguments of type StreamingSample Modifier and Type Method Description protected Box[]FragmentedMp4Writer. createFragment(StreamingTrack streamingTrack, List<StreamingSample> samples)protected voidFragmentedMp4Writer. createTrun(StreamingTrack streamingTrack, TrackFragmentBox parent, List<StreamingSample> samples)
-