FFmpeg
|
ASSCodesCallbacks Struct Reference
Set of callback functions corresponding to each override codes that can be encountered in a "Dialogue" Text field. More...
#include <ass_split.h>
Data Fields | |
void(* | text )(void *priv, const char *text, int len) |
void(* | new_line )(void *priv, int forced) |
void(* | style )(void *priv, char style, int close) |
void(* | color )(void *priv, unsigned int, unsigned int color_id) |
void(* | alpha )(void *priv, int alpha, int alpha_id) |
void(* | font_name )(void *priv, const char *name) |
void(* | font_size )(void *priv, int size) |
void(* | alignment )(void *priv, int alignment) |
void(* | cancel_overrides )(void *priv, const char *style) |
void(* | move )(void *priv, int x1, int y1, int x2, int y2, int t1, int t2) |
void(* | origin )(void *priv, int x, int y) |
void(* | end )(void *priv) |
Detailed Description
Set of callback functions corresponding to each override codes that can be encountered in a "Dialogue" Text field.
Definition at line 119 of file ass_split.h.
The documentation for this struct was generated from the following file:
Generated on Mon Nov 18 2024 06:52:11 for FFmpeg by 1.8.11