Searched defs:channelLayout (Results 1 - 1 of 1) sorted by relevance

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/
H A DDTSSpecificBox.java31 int channelLayout; field in class:DTSSpecificBox
60 channelLayout = brb.readBits(16);
82 bwb.writeBits(channelLayout, 16);
179 return channelLayout;
182 public void setChannelLayout(int channelLayout) { argument
183 this.channelLayout = channelLayout;

Completed in 101 milliseconds