super(TYPE);
for (Box box : boxes) { if (box instanceof AbstractMediaHeaderBox) { return (AbstractMediaHeaderBox) box; } } return null;
for (Box box : boxes) { if (box instanceof SampleTableBox) { return (SampleTableBox) box; } } return null;