Class DefaultMp4SampleList
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractList<Sample>
-
- org.mp4parser.muxer.container.mp4.DefaultMp4SampleList
-
public class DefaultMp4SampleList extends AbstractList<Sample>
-
-
Field Summary
-
Fields inherited from class java.util.AbstractList
modCount
-
-
Constructor Summary
Constructors Constructor Description DefaultMp4SampleList(long track, Container topLevel, RandomAccessSource randomAccessFile)
-
Method Summary
-
Methods inherited from class java.util.AbstractList
add, add, addAll, clear, equals, hashCode, indexOf, iterator, lastIndexOf, listIterator, listIterator, remove, removeRange, set, subList
-
Methods inherited from class java.util.AbstractCollection
addAll, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.List
addAll, contains, containsAll, isEmpty, remove, removeAll, replaceAll, retainAll, sort, spliterator, toArray, toArray
-
-
-
-
Constructor Detail
-
DefaultMp4SampleList
public DefaultMp4SampleList(long track, Container topLevel, RandomAccessSource randomAccessFile)
-
-
Method Detail
-
get
public Sample get(int index)
-
size
public int size()
- Specified by:
sizein interfaceCollection<Sample>- Specified by:
sizein interfaceList<Sample>- Specified by:
sizein classAbstractCollection<Sample>
-
-