Package org.mp4parser.boxes.sampleentry
Class TextSampleEntry.StyleRecord
java.lang.Object
org.mp4parser.boxes.sampleentry.TextSampleEntry.StyleRecord
- Enclosing class:
TextSampleEntry
-
Constructor Summary
ConstructorsConstructorDescriptionStyleRecord(int startChar, int endChar, int fontId, int faceStyleFlags, int fontSize, int[] textColor) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidgetContent(ByteBuffer bb) intgetSize()inthashCode()voidparse(ByteBuffer in)
-
Constructor Details
-
StyleRecord
public StyleRecord() -
StyleRecord
public StyleRecord(int startChar, int endChar, int fontId, int faceStyleFlags, int fontSize, int[] textColor)
-
-
Method Details