return factory.createActionList(keepOffsets);
}
public ClipActions decodeClipActions(int length) throws IOException
{
ClipActions a = new ClipActions();
reader.readUI16(); // must be 0
a.allEventFlags = decodeClipEventFlags(reader);
ArrayList<ClipActionRecord> list = new ArrayList<ClipActionRecord>();