Uses of Interface
org.mp4parser.muxer.Sample
-
-
-
Uses of Sample in org.mp4parser.muxer
Classes in org.mp4parser.muxer that implement Sample Modifier and Type Class Description classSampleImplMethods in org.mp4parser.muxer that return types with arguments of type Sample Modifier and Type Method Description List<Sample>Mp4TrackImpl. getSamples()List<Sample>Track. getSamples()The list of all samples.List<Sample>WrappingTrack. getSamples() -
Uses of Sample in org.mp4parser.muxer.builder
Methods in org.mp4parser.muxer.builder that return types with arguments of type Sample Modifier and Type Method Description protected List<Sample>FragmentedMp4Builder. getSamples(long startSample, long endSample, Track track)Gets all samples starting withstartSample(one based -> one is the first) and ending withendSample(exclusive).protected List<Sample>DefaultMp4Builder. putSamples(Track track, List<Sample> samples)Method parameters in org.mp4parser.muxer.builder with type arguments of type Sample Modifier and Type Method Description protected List<Sample>DefaultMp4Builder. putSamples(Track track, List<Sample> samples) -
Uses of Sample in org.mp4parser.muxer.container.mp4
-
Uses of Sample in org.mp4parser.muxer.tracks
Methods in org.mp4parser.muxer.tracks that return Sample Modifier and Type Method Description protected SampleAbstractH26XTrack. createSampleObject(List<? extends ByteBuffer> nals)Builds an MP4 sample from a list of NALs.Methods in org.mp4parser.muxer.tracks that return types with arguments of type Sample Modifier and Type Method Description List<Sample>AACTrackImpl. getSamples()List<Sample>AC3TrackImpl. getSamples()List<Sample>Amf0Track. getSamples()List<Sample>AppendTrack. getSamples()List<Sample>Avc1ToAvc3TrackImpl. getSamples()List<Sample>ChangeTimeScaleTrack. getSamples()List<Sample>ClippedTrack. getSamples()List<Sample>DivideTimeScaleTrack. getSamples()List<Sample>DTSTrackImpl. getSamples()List<Sample>EC3TrackImpl. getSamples()List<Sample>MP3TrackImpl. getSamples()List<Sample>MultiplyTimeScaleTrack. getSamples()List<Sample>ReplaceSampleTrack. getSamples()List<Sample>SilenceTrackImpl. getSamples()List<Sample>TextTrackImpl. getSamples() -
Uses of Sample in org.mp4parser.muxer.tracks.encryption
Methods in org.mp4parser.muxer.tracks.encryption that return Sample Modifier and Type Method Description SampleCencDecryptingSampleList. get(int index)SampleCencEncryptingSampleList. get(int index)Methods in org.mp4parser.muxer.tracks.encryption that return types with arguments of type Sample Modifier and Type Method Description List<Sample>CencDecryptingTrackImpl. getSamples()List<Sample>CencEncryptingTrackImpl. getSamples()Constructor parameters in org.mp4parser.muxer.tracks.encryption with type arguments of type Sample Constructor Description CencDecryptingSampleList(RangeStartMap<Integer,SecretKey> keys, RangeStartMap<Integer,SampleEntry> sampleEntries, List<Sample> parent, List<CencSampleAuxiliaryDataFormat> sencInfo)CencEncryptingSampleList(RangeStartMap<Integer,KeyIdKeyPair> keys, RangeStartMap<Integer,SampleEntry> sampleEntries, List<Sample> parent, List<CencSampleAuxiliaryDataFormat> auxiliaryDataFormats) -
Uses of Sample in org.mp4parser.muxer.tracks.h263
Methods in org.mp4parser.muxer.tracks.h263 that return Sample Modifier and Type Method Description protected SampleH263TrackImpl. createSampleObject(List<? extends ByteBuffer> nals)Methods in org.mp4parser.muxer.tracks.h263 that return types with arguments of type Sample Modifier and Type Method Description List<Sample>H263TrackImpl. getSamples() -
Uses of Sample in org.mp4parser.muxer.tracks.h264
Methods in org.mp4parser.muxer.tracks.h264 that return types with arguments of type Sample Modifier and Type Method Description List<Sample>H264TrackImpl. getSamples() -
Uses of Sample in org.mp4parser.muxer.tracks.h265
Methods in org.mp4parser.muxer.tracks.h265 that return types with arguments of type Sample Modifier and Type Method Description List<Sample>H265TrackImpl. getSamples() -
Uses of Sample in org.mp4parser.muxer.tracks.mjpeg
Methods in org.mp4parser.muxer.tracks.mjpeg that return types with arguments of type Sample Modifier and Type Method Description List<Sample>OneJpegPerIframe. getSamples() -
Uses of Sample in org.mp4parser.muxer.tracks.ttml
Methods in org.mp4parser.muxer.tracks.ttml that return types with arguments of type Sample Modifier and Type Method Description List<Sample>TtmlTrackImpl. getSamples() -
Uses of Sample in org.mp4parser.muxer.tracks.webvtt
Methods in org.mp4parser.muxer.tracks.webvtt that return types with arguments of type Sample Modifier and Type Method Description List<Sample>WebVttTrack. getSamples()
-