Uses of Class
org.mp4parser.boxes.iso14496.part12.ItemLocationBox.Extent
-
Packages that use ItemLocationBox.Extent Package Description org.mp4parser.boxes.iso14496.part12 -
-
Uses of ItemLocationBox.Extent in org.mp4parser.boxes.iso14496.part12
Fields in org.mp4parser.boxes.iso14496.part12 with type parameters of type ItemLocationBox.Extent Modifier and Type Field Description List<ItemLocationBox.Extent>ItemLocationBox.Item. extentsMethods in org.mp4parser.boxes.iso14496.part12 that return ItemLocationBox.Extent Modifier and Type Method Description ItemLocationBox.ExtentItemLocationBox. createExtent(long extentOffset, long extentLength, long extentIndex)Method parameters in org.mp4parser.boxes.iso14496.part12 with type arguments of type ItemLocationBox.Extent Modifier and Type Method Description ItemLocationBox.ItemItemLocationBox. 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.Extent Constructor Description Item(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents)
-