title = fileChunk.getContentsInfoChunk().getSubDataByTag("ST");
prot = fileChunk.getContentsInfoChunk().getSubDataByTag("SW");
// TODO create meta for ContentsInfoChunk
}
insert(track0, new SmafEvent(new VNMessage(prot == null ? "" : prot), 0), 0);
insert(track0, new SmafEvent(new STMessage(title == null ? "" : title), 0), 0);
} catch (InvalidSmafDataException e) {
throw (RuntimeException) new IllegalStateException().initCause(e);
}
}