JOGL v2.6.0-rc-20250706
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.opengl.util.av.SubTextEvent.ASSType Enum Reference

ASS Formatting Type. More...

Collaboration diagram for com.jogamp.opengl.util.av.SubTextEvent.ASSType:

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...
 

Detailed Description

ASS Formatting Type.

Definition at line 50 of file SubTextEvent.java.

Member Data Documentation

◆ DIALOGUE

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.

◆ EVENT

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.

◆ TEXT

com.jogamp.opengl.util.av.SubTextEvent.ASSType.TEXT

Just plain text.

Definition at line 71 of file SubTextEvent.java.


The documentation for this enum was generated from the following file: