// TODO: catch exceptions
final int index = getIntAttr(atts, "index");
final String formatStr = getStringAttr(atts, "format");
Format format = FormatArgUtils.parse(formatStr);
formatsMap.put(index, format);
qBuffers.put(index, new ProducerConsumerQueue());
}
else if (localName.equals("Buffer"))
{
currentTrack = getIntAttr(atts, "track");