Searched refs:sapType (Results 1 - 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/threegpp26244/
H A DSegmentIndexBox.java180 byte sapType; field in class:SegmentIndexBox.Entry
186 public Entry(byte referenceType, int referencedSize, long subsegmentDuration, byte startsWithSap, byte sapType, int sapDeltaTime) { argument
191 this.sapType = sapType;
228 return sapType;
231 public void setSapType(byte sapType) { argument
232 this.sapType = sapType;
250 ", sapType=" + sapType
[all...]

Completed in 118 milliseconds