Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DQuicktimeTextSampleEntry.java48 int foregroundB = 65535; field in QuicktimeTextSampleEntry
73 foregroundB = IsoTypeReader.readUInt16(content); in _parseDetails()
196 return foregroundB; in getForegroundB()
199 public void setForegroundB(int foregroundB) { in setForegroundB() argument
200 this.foregroundB = foregroundB; in setForegroundB()
228 IsoTypeWriter.writeUInt16(byteBuffer, foregroundB); in getContent()