stream.setChannelAssignment(channelAssignment);
region.addStream(stream);
}
protected void setFormat(String format, String version) throws XmlContentException {
Format formatElem = new Format(format);
if(version != null && version.length() > 0) {
formatElem.setAttribute("specificationVersion", version);
}
aes.setFormat(formatElem);
}