bindings library

Classes

ASS_DefaultFontProvider
\brief Default Font provider to load fonts in libass' database
ass_event
ASS_Event corresponds to a single Dialogue line; text is stored as-is, style overrides will be parsed later.
ASS_Feature
ASS_Hinting
Hinting type. (see ass_set_hinting below)
ass_image
A linked list of images produced by an ass renderer.
ass_library
ASS_OverrideBits
\brief Style override options. See ass_set_selective_style_override_enabled() for details.
ass_renderer
ASS_ShapingLevel
\brief Text shaping levels.
ass_style
ASS Style: line
ass_track
ass track represent either an external script or a matroska subtitle stream (no real difference between them); it can be used in rendering after the headers are parsed (i.e. events format line read).
ASS_YCbCrMatrix
Support for (xy-)VSFilter mangled colors
LibassBindings
Regenerate bindings with flutter pub run ffigen --config ffigen.yaml.
parser_priv
render_priv

Constants

IMAGE_TYPE_CHARACTER → const int
IMAGE_TYPE_OUTLINE → const int
IMAGE_TYPE_SHADOW → const int
LIBASS_VERSION → const int
TRACK_TYPE_ASS → const int
TRACK_TYPE_SSA → const int
TRACK_TYPE_UNKNOWN → const int

Typedefs

ASS_Event = ass_event
ASS_Event corresponds to a single Dialogue line; text is stored as-is, style overrides will be parsed later.
ASS_Image = ass_image
A linked list of images produced by an ass renderer.
ASS_Library = ass_library
ASS_ParserPriv = parser_priv
ASS_Renderer = ass_renderer
Opaque objects internally used by libass. Contents are private.
ASS_RenderPriv = render_priv
ASS_Style = ass_style
ASS Style: line
ASS_Track = ass_track
ass track represent either an external script or a matroska subtitle stream (no real difference between them); it can be used in rendering after the headers are parsed (i.e. events format line read).
va_list = __builtin_va_list