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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DDTSSpecificBox.java25 int streamConstruction; field in class:DTSSpecificBox
54 streamConstruction = brb.readBits(5);
76 bwb.writeBits(streamConstruction, 5);
131 return streamConstruction;
134 public void setStreamConstruction(int streamConstruction) { argument
135 this.streamConstruction = streamConstruction;

Completed in 95 milliseconds