Home
last modified time | relevance | path

Searched refs:representationType (Results 1 – 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
DDTSSpecificBox.java30 int representationType; field in DTSSpecificBox
59 representationType = brb.readBits(3); in _parseDetails()
81 bwb.writeBits(representationType, 3); in getContent()
171 return representationType; in getRepresentationType()
174 public void setRepresentationType(int representationType) { in setRepresentationType() argument
175 this.representationType = representationType; in setRepresentationType()