|
JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java (public API).
|
ASS Formatting Type. More...
Public Attributes | |
| DIALOGUE | |
| ASS dialogue-line output w/ start and end (Given by FFmpeg 4. More... | |
| EVENT | |
| FFMpeg ASS event-line output w/o start, end (Given by FFmpeg 5. More... | |
| TEXT | |
| Just plain text. More... | |
ASS Formatting Type.
Definition at line 50 of file SubTextEvent.java.
| com.jogamp.opengl.util.av.SubTextEvent.ASSType.DIALOGUE |
ASS dialogue-line output w/ start and end (Given by FFmpeg 4.
*)
0 1 2 3 4 5 6 7 8 9 Marked, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text 'Dialogue: 0,0:02:02.15,0:02:02.16,Default,,0,0,0,,trying to force him to travel to that'
Definition at line 60 of file SubTextEvent.java.
| com.jogamp.opengl.util.av.SubTextEvent.ASSType.EVENT |
FFMpeg ASS event-line output w/o start, end (Given by FFmpeg 5.
*, 6.*, ..)
0 1 2 3 4 5 6 7 8 Seq, Layer, Style, Name, MarginL, MarginR, MarginV, Effect, TEXT
Definition at line 68 of file SubTextEvent.java.
| com.jogamp.opengl.util.av.SubTextEvent.ASSType.TEXT |
Just plain text.
Definition at line 71 of file SubTextEvent.java.