Home
last modified time | relevance | path

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

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