Home
last modified time | relevance | path

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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
DQuicktimeTextSampleEntry.java47 int foregroundG = 65535; field in QuicktimeTextSampleEntry
72 foregroundG = IsoTypeReader.readUInt16(content); in _parseDetails()
188 return foregroundG; in getForegroundG()
191 public void setForegroundG(int foregroundG) { in setForegroundG() argument
192 this.foregroundG = foregroundG; in setForegroundG()
227 IsoTypeWriter.writeUInt16(byteBuffer, foregroundG); in getContent()