Searched refs:sapType (Results 1 – 1 of 1) sorted by relevance
180 byte sapType; field in SegmentIndexBox.Entry186 …e, int referencedSize, long subsegmentDuration, byte startsWithSap, byte sapType, int sapDeltaTime… in Entry() argument191 this.sapType = sapType; in Entry()228 return sapType; in getSapType()231 public void setSapType(byte sapType) { in setSapType() argument232 this.sapType = sapType; in setSapType()250 ", sapType=" + sapType + in toString()265 if (sapType != entry.sapType) return false; in equals()278 result = 31 * result + (int) sapType; in hashCode()