|
void | vout_ControlChangeFullscreen (vout_thread_t *, bool fullscreen) |
|
void | vout_ControlChangeWindowState (vout_thread_t *, unsigned state) |
|
void | vout_ControlChangeDisplayFilled (vout_thread_t *, bool is_filled) |
|
void | vout_ControlChangeZoom (vout_thread_t *, int num, int den) |
|
void | vout_ControlChangeSampleAspectRatio (vout_thread_t *, unsigned num, unsigned den) |
|
void | vout_ControlChangeCropRatio (vout_thread_t *, unsigned num, unsigned den) |
|
void | vout_ControlChangeCropWindow (vout_thread_t *, int x, int y, int width, int height) |
|
void | vout_ControlChangeCropBorder (vout_thread_t *, int left, int top, int right, int bottom) |
|
void | vout_ControlChangeFilters (vout_thread_t *, const char *) |
|
void | vout_ControlChangeSubSources (vout_thread_t *, const char *) |
|
void | vout_ControlChangeSubFilters (vout_thread_t *, const char *) |
|
void | vout_ControlChangeSubMargin (vout_thread_t *, int) |
|
void | vout_ControlChangeViewpoint (vout_thread_t *, const vlc_viewpoint_t *) |
|
void | vout_IntfInit (vout_thread_t *) |
|
void | vout_IntfReinit (vout_thread_t *) |
|
int | vout_OpenWrapper (vout_thread_t *, const char *, const vout_display_state_t *) |
|
void | vout_CloseWrapper (vout_thread_t *, vout_display_state_t *) |
|
int | vout_InitWrapper (vout_thread_t *) |
|
void | vout_EndWrapper (vout_thread_t *) |
|
void | vout_ManageWrapper (vout_thread_t *) |
|
int | spu_ProcessMouse (spu_t *, const vlc_mouse_t *, const video_format_t *) |
| Inform the SPU filters of mouse event. More...
|
|
void | spu_Attach (spu_t *, vlc_object_t *input, bool) |
| Attach/Detach the SPU from any input. More...
|
|
void | spu_ChangeMargin (spu_t *, int) |
|