Class ItemLocationBox.Item
java.lang.Object
org.mp4parser.boxes.iso14496.part12.ItemLocationBox.Item
- Enclosing class:
ItemLocationBox
-
Field Summary
FieldsModifier and TypeFieldDescriptionlongintintint -
Constructor Summary
ConstructorsConstructorDescriptionItem(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents) Item(ByteBuffer in) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidgetContent(ByteBuffer bb) intgetSize()inthashCode()voidsetBaseOffset(long baseOffset) toString()
-
Field Details
-
itemId
public int itemId -
constructionMethod
public int constructionMethod -
dataReferenceIndex
public int dataReferenceIndex -
baseOffset
public long baseOffset -
extents
-
-
Constructor Details
-
Item
-
Item
public Item(int itemId, int constructionMethod, int dataReferenceIndex, long baseOffset, List<ItemLocationBox.Extent> extents)
-
-
Method Details