super(TYPE);
for (Box box : getBoxes()) { if (box instanceof TrackFragmentHeaderBox) { return (TrackFragmentHeaderBox) box; } } return null;