super(TYPE);
_parseReservedAndDataReferenceIndex(content); vc1Content = new byte[content.remaining()]; content.get(vc1Content);
byteBuffer.put(new byte[6]); IsoTypeWriter.writeUInt16(byteBuffer, getDataReferenceIndex()); byteBuffer.put(vc1Content);
long size = 8; for (Box box : boxes) { size += box.getSize(); } size += vc1Content.length; return size;