HomeSort by relevance Sort by last modified time
    Searched full:backgroundb (Results 1 - 1 of 1) sorted by null

  /external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
QuicktimeTextSampleEntry.java 36 int backgroundB;
64 backgroundB = IsoTypeReader.readUInt16(content);
124 return backgroundB;
127 public void setBackgroundB(int backgroundB) {
128 this.backgroundB = backgroundB;
218 IsoTypeWriter.writeUInt16(byteBuffer, backgroundB);

Completed in 63 milliseconds