|
VLC 4.0.0-dev
|
#include <vlc_subpicture.h>
Data Fields | |
| struct { | |
| const video_format_t * video_src | |
| const video_format_t * video_dst | |
| unsigned display_width | |
| unsigned display_height | |
| } | current |
| struct { | |
| const video_format_t * video_src | |
| const video_format_t * video_dst | |
| unsigned display_width | |
| unsigned display_height | |
| } | previous |
| vlc_tick_t | pts |
| struct { ... } vlc_spu_updater_configuration::current |
Referenced by OSDEpgUpdate(), OSDTextUpdate(), and OSDWidgetUpdate().
| unsigned vlc_spu_updater_configuration::display_height |
Referenced by OSDWidgetUpdate(), and subpicture_Update().
| unsigned vlc_spu_updater_configuration::display_width |
Referenced by OSDWidgetUpdate(), and subpicture_Update().
| struct { ... } vlc_spu_updater_configuration::previous |
Referenced by OSDEpgUpdate(), and OSDTextUpdate().
| vlc_tick_t vlc_spu_updater_configuration::pts |
| const video_format_t* vlc_spu_updater_configuration::video_dst |
Referenced by OSDEpgUpdate(), and OSDTextUpdate().
| const video_format_t* vlc_spu_updater_configuration::video_src |