Home | History | Annotate | Download | only in boxes

Lines Matching defs:IsoTypeWriter

20 import com.coremedia.iso.IsoTypeWriter;
134 IsoTypeWriter.writeUInt64(byteBuffer, creationTime);
135 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime);
136 IsoTypeWriter.writeUInt32(byteBuffer, timescale);
137 IsoTypeWriter.writeUInt64(byteBuffer, duration);
139 IsoTypeWriter.writeUInt32(byteBuffer, creationTime);
140 IsoTypeWriter.writeUInt32(byteBuffer, modificationTime);
141 IsoTypeWriter.writeUInt32(byteBuffer, timescale);
142 IsoTypeWriter.writeUInt32(byteBuffer, duration);
144 IsoTypeWriter.writeIso639(byteBuffer, language);
145 IsoTypeWriter.writeUInt16(byteBuffer, 0);