X-Git-Url: https://git.videolan.org/gitweb.cgi/vlc.git/?p=vlc.git;p=vlc.git;a=blobdiff_plain;f=include%2Fvlc%2Flibvlc.h;h=339a1eb027219701f05ccf101b381d92debde64b;hp=1e4a11e4d009b9837f5f83b896afcc3a62a9f936;hb=72bef4462e04685334120e6331d861ab990648de;hpb=f333d57a3e91dde95313ba7a47880d9b5b970f30 diff --git a/include/vlc/libvlc.h b/include/vlc/libvlc.h index 1e4a11e4d0..339a1eb027 100644 --- a/include/vlc/libvlc.h +++ b/include/vlc/libvlc.h @@ -819,6 +819,13 @@ VLC_PUBLIC_API char *libvlc_video_get_crop_geometry( libvlc_media_instance_t *, */ VLC_PUBLIC_API void libvlc_video_set_crop_geometry( libvlc_media_instance_t *, char *, libvlc_exception_t * ); +/** + * Toggle teletext transparent status on video output + * \param p_input the input + * \param p_exception an initialized exception + */ +VLC_PUBLIC_API void libvlc_toggle_teletext( libvlc_media_instance_t *, libvlc_exception_t * ); + /** * Get current teletext page requested. * \param p_input the input