VLC 4.0.0-dev
|
subtitles format description More...
#include <vlc_es.h>
Data Fields | ||
char * | psz_encoding | |
int | i_x_origin | |
x coordinate of the subtitle. | ||
int | i_y_origin | |
y coordinate of the subtitle. | ||
struct { | ||
unsigned i_original_frame_width | ||
unsigned i_original_frame_height | ||
uint32_t palette [16] | ||
bool b_palette | ||
} | spu | |
struct { | ||
int i_id | ||
} | dvb | |
struct { | ||
uint8_t i_magazine | ||
uint8_t i_page | ||
} | teletext | |
struct { | ||
uint8_t i_channel | ||
int i_reorder_depth | ||
} | cc | |
subtitles format description
bool subs_format_t::b_palette |
struct { ... } subs_format_t::cc |
Referenced by DecoderSendSubstream(), EsOutCreateSubESes(), and GetCCDescLocked().
struct { ... } subs_format_t::dvb |
uint8_t subs_format_t::i_channel |
Referenced by EsOutCreateSubESes(), and GetCCDescLocked().
int subs_format_t::i_id |
uint8_t subs_format_t::i_magazine |
Referenced by vlc_player_input_TeletextUserPage().
unsigned subs_format_t::i_original_frame_height |
unsigned subs_format_t::i_original_frame_width |
uint8_t subs_format_t::i_page |
Referenced by vlc_player_input_TeletextUserPage().
int subs_format_t::i_reorder_depth |
Referenced by DecoderSendSubstream(), and GetCCDescLocked().
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
uint32_t subs_format_t::palette[16] |
char* subs_format_t::psz_encoding |
Referenced by es_format_Clean(), es_format_Copy(), and EsOutEsUpdateFmt().
struct { ... } subs_format_t::spu |
struct { ... } subs_format_t::teletext |
Referenced by vlc_player_input_TeletextUserPage().