com.coremedia.iso.boxes
Class TrackReferenceBox

java.lang.Object
  extended by com.coremedia.iso.boxes.AbstractBox
      extended by com.coremedia.iso.boxes.AbstractContainerBox
          extended by com.coremedia.iso.boxes.TrackReferenceBox
All Implemented Interfaces:
Box, ContainerBox

public class TrackReferenceBox
extends AbstractContainerBox

Box Type: 'tref'
Container: TrackBox ('trak')
Mandatory: No
Quantity: Zero or one

This box provides a reference from the containing track to another track in the presentation. These references are typed. A 'hint' reference links from the containing hint track to the media data that it hints. A content description reference 'cdsc' links a descriptive or metadata track to the content which it describes. Exactly one Track Reference Box can be contained within the Track Box. If this box is not present, the track is not referencing any other track in any way. The reference array is sized to fill the reference type box.


Field Summary
static String TYPE
           
 
Fields inherited from class com.coremedia.iso.boxes.AbstractContainerBox
boxes, boxParser
 
Fields inherited from class com.coremedia.iso.boxes.AbstractBox
deadBytes, type
 
Constructor Summary
TrackReferenceBox()
           
 
Method Summary
 
Methods inherited from class com.coremedia.iso.boxes.AbstractContainerBox
_parseDetails, addBox, getBoxes, getBoxes, getBoxes, getContent, getContentSize, getNumOfBytesToFirstChild, parse, parseChildBoxes, removeBox, setBoxes, toString, writeChildBoxes
 
Methods inherited from class com.coremedia.iso.boxes.AbstractBox
getBox, getDeadBytes, getHeader, getIsoFile, getParent, getSize, getType, getUserType, isParsed, parseDetails, setDeadBytes, setParent, setUserType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.coremedia.iso.boxes.ContainerBox
getIsoFile, getParent
 
Methods inherited from interface com.coremedia.iso.boxes.Box
getBox, getSize, getType, setParent
 

Field Detail

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

TrackReferenceBox

public TrackReferenceBox()


Copyright © 2012. All Rights Reserved.