Uses of Class
org.mp4parser.boxes.iso14496.part12.ItemLocationBox.Item
-
Packages that use ItemLocationBox.Item Package Description org.mp4parser.boxes.iso14496.part12 -
-
Uses of ItemLocationBox.Item in org.mp4parser.boxes.iso14496.part12
Fields in org.mp4parser.boxes.iso14496.part12 with type parameters of type ItemLocationBox.Item Modifier and Type Field Description List<ItemLocationBox.Item>ItemLocationBox. itemsMethods in org.mp4parser.boxes.iso14496.part12 that return ItemLocationBox.Item Modifier and Type Method Description ItemLocationBox.ItemItemLocationBox. createItem(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents)Methods in org.mp4parser.boxes.iso14496.part12 that return types with arguments of type ItemLocationBox.Item Modifier and Type Method Description List<ItemLocationBox.Item>ItemLocationBox. getItems()Method parameters in org.mp4parser.boxes.iso14496.part12 with type arguments of type ItemLocationBox.Item Modifier and Type Method Description voidItemLocationBox. setItems(List<ItemLocationBox.Item> items)
-