Uses of Class
org.mp4parser.boxes.iso14496.part12.ItemLocationBox.Extent
Packages that use ItemLocationBox.Extent
-
Uses of ItemLocationBox.Extent in org.mp4parser.boxes.iso14496.part12
Fields in org.mp4parser.boxes.iso14496.part12 with type parameters of type ItemLocationBox.ExtentMethods in org.mp4parser.boxes.iso14496.part12 that return ItemLocationBox.ExtentModifier and TypeMethodDescriptionItemLocationBox.createExtent(long extentOffset, long extentLength, long extentIndex) ItemLocationBox.createExtent(ByteBuffer bb) Method parameters in org.mp4parser.boxes.iso14496.part12 with type arguments of type ItemLocationBox.ExtentModifier and TypeMethodDescriptionItemLocationBox.createItem(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents) Constructor parameters in org.mp4parser.boxes.iso14496.part12 with type arguments of type ItemLocationBox.ExtentModifierConstructorDescriptionItem(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents)