protected void getContent(IsoOutputStream os) throws IOException { os.writeUInt32(maxSamplePerFrame); os.writeUInt8(unknown1); os.writeUInt8(sampleSize); os.writeUInt8(historyMult); os.writeUInt8(initialHistory); os.writeUInt8(kModifier); os.writeUInt8(channels); os.writeUInt16(unknown2); os.writeUInt32(maxCodedFrameSize); os.writeUInt32(bitRate); os.writeUInt32(sampleRate); }
protected void getContent(IsoOutputStream isos) throws IOException { isos.write(IsoFile.fourCCtoBytes(classificationEntity)); isos.writeUInt16(classificationTableIndex); isos.writeIso639(language); isos.writeStringZeroTerm(classificationInfo); }