Searched refs:segmentDuration (Results 1 – 1 of 1) sorted by relevance
112 private long segmentDuration; field in EditListBox.Entry124 … public Entry(EditListBox editListBox, long segmentDuration, long mediaTime, double mediaRate) { in Entry() argument125 this.segmentDuration = segmentDuration; in Entry()133 segmentDuration = IsoTypeReader.readUInt64(bb); in Entry()137 segmentDuration = IsoTypeReader.readUInt32(bb); in Entry()152 return segmentDuration; in getSegmentDuration()162 public void setSegmentDuration(long segmentDuration) { in setSegmentDuration() argument163 this.segmentDuration = segmentDuration; in setSegmentDuration()216 if (segmentDuration != entry.segmentDuration) return false; in equals()223 int result = (int) (segmentDuration ^ (segmentDuration >>> 32)); in hashCode()[all …]