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

/external/mp4parser/isoparser/src/main/java/com/googlecode/mp4parser/boxes/apple/
H A DQuicktimeTextSampleEntry.java32 int textJustification; field in class:QuicktimeTextSampleEntry
61 textJustification = content.getInt();
100 return textJustification;
103 public void setTextJustification(int textJustification) { argument
104 this.textJustification = textJustification;
215 byteBuffer.putInt(textJustification);

Completed in 48 milliseconds