Home | History | Annotate | Download | only in boxes

Lines Matching defs:IsoTypeWriter

20 import com.coremedia.iso.IsoTypeWriter;
166 IsoTypeWriter.writeUInt64(byteBuffer, creationTime);
167 IsoTypeWriter.writeUInt64(byteBuffer, modificationTime);
168 IsoTypeWriter.writeUInt32(byteBuffer, timescale);
169 IsoTypeWriter.writeUInt64(byteBuffer, duration);
171 IsoTypeWriter.writeUInt32(byteBuffer, creationTime);
172 IsoTypeWriter.writeUInt32(byteBuffer, modificationTime);
173 IsoTypeWriter.writeUInt32(byteBuffer, timescale);
174 IsoTypeWriter.writeUInt32(byteBuffer, duration);
176 IsoTypeWriter.writeFixedPont1616(byteBuffer, rate);
177 IsoTypeWriter.writeFixedPont88(byteBuffer, volume);
178 IsoTypeWriter.writeUInt16(byteBuffer, 0);
179 IsoTypeWriter.writeUInt32(byteBuffer, 0);
180 IsoTypeWriter.writeUInt32(byteBuffer, 0);
184 IsoTypeWriter.writeUInt32(byteBuffer, matrix[i]);
195 IsoTypeWriter.writeUInt32(byteBuffer, nextTrackId);