Searched refs:representationType (Results 1 – 1 of 1) sorted by relevance
30 int representationType; field in DTSSpecificBox59 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() argument175 this.representationType = representationType; in setRepresentationType()