HomeSort by relevance Sort by last modified time
    Searched full:fragmentduration (Results 1 - 1 of 1) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
MovieExtendsHeaderBox.java 36 private long fragmentDuration;
50 fragmentDuration = getVersion() == 1 ? IsoTypeReader.readUInt64(content) : IsoTypeReader.readUInt32(content);
58 IsoTypeWriter.writeUInt64(byteBuffer, fragmentDuration);
60 IsoTypeWriter.writeUInt32(byteBuffer, fragmentDuration);
65 return fragmentDuration;
68 public void setFragmentDuration(long fragmentDuration) {
69 this.fragmentDuration = fragmentDuration;

Completed in 286 milliseconds