Uses of Interface
org.mp4parser.muxer.RandomAccessSource
-
Packages that use RandomAccessSource Package Description org.mp4parser.muxer org.mp4parser.muxer.container.mp4 -
-
Uses of RandomAccessSource in org.mp4parser.muxer
Classes in org.mp4parser.muxer that implement RandomAccessSource Modifier and Type Class Description classFileRandomAccessSourceImplclassInMemRandomAccessSourceImplTypically used for tests.Constructors in org.mp4parser.muxer with parameters of type RandomAccessSource Constructor Description CencMp4TrackImplImpl(long trackId, Container isofile, RandomAccessSource randomAccess, String name)Creates a track from a TrackBox and potentially fragments.Mp4TrackImpl(long trackId, Container isofile, RandomAccessSource randomAccess, String name)Creates a track from a TrackBox and potentially fragments.PiffMp4TrackImpl(long trackId, Container isofile, RandomAccessSource randomAccess, String name)Creates a track from a TrackBox and potentially fragments. -
Uses of RandomAccessSource in org.mp4parser.muxer.container.mp4
Methods in org.mp4parser.muxer.container.mp4 with parameters of type RandomAccessSource Modifier and Type Method Description static MovieMovieCreator. build(ReadableByteChannel readableByteChannel, RandomAccessSource randomAccessSource, String name)CreatesMovieobject from aReadableByteChannel.Constructors in org.mp4parser.muxer.container.mp4 with parameters of type RandomAccessSource Constructor Description DefaultMp4SampleList(long track, Container topLevel, RandomAccessSource randomAccessFile)FragmentedMp4SampleList(long track, Container isofile, RandomAccessSource randomAccess)Mp4SampleList(long trackId, Container isofile, RandomAccessSource source)
-