VLC
3.0.15
|
subtitles format description More...
Data Fields | |
char * | psz_encoding |
int | i_x_origin |
x coordinate of the subtitle. More... | |
int | i_y_origin |
y coordinate of the subtitle. More... | |
struct { | |
uint32_t palette [16+1] | |
int i_original_frame_width | |
int i_original_frame_height | |
} | spu |
struct { | |
int i_id | |
} | dvb |
struct { | |
int i_magazine | |
int i_page | |
} | teletext |
struct { | |
uint8_t i_channel | |
int i_reorder_depth | |
} | cc |
text_style_t * | p_style |
subtitles format description
struct { ... } subs_format_t::cc |
Referenced by EsOutGetClosedCaptionsChannel().
struct { ... } subs_format_t::dvb |
uint8_t subs_format_t::i_channel |
Referenced by EsOutGetClosedCaptionsChannel().
int subs_format_t::i_id |
int subs_format_t::i_magazine |
int subs_format_t::i_original_frame_height |
int subs_format_t::i_original_frame_width |
int subs_format_t::i_page |
int subs_format_t::i_reorder_depth |
int subs_format_t::i_x_origin |
x coordinate of the subtitle.
0 = left
int subs_format_t::i_y_origin |
y coordinate of the subtitle.
0 = top
text_style_t* subs_format_t::p_style |
uint32_t subs_format_t::palette[16+1] |
char* subs_format_t::psz_encoding |
struct { ... } subs_format_t::spu |
struct { ... } subs_format_t::teletext |