public int getElementInstanceTag() {
return elementInstanceTag;
}
void decodeSBR(BitStream in, SampleFrequency sf, int count, boolean stereo, boolean crc, boolean downSampled) throws AACException {
if(sbr==null) sbr = new SBR(sf, downSampled);
sbr.decode(in, count, stereo, crc);
}