]> git.sesse.net Git - vlc/commit
libvlc API: Add Marquee Filter to libvlc in video.c
authorCyril Mathé <cmathe@actech-innovation.com>
Tue, 23 Jun 2009 07:46:00 +0000 (09:46 +0200)
committerPierre d'Herbemont <pdherbemont@free.fr>
Mon, 29 Jun 2009 04:16:12 +0000 (21:16 -0700)
commit1575219755355e174589cb4e108e703f94fb973b
treedb26149e2c8d5e4f51799745a76265f00f56b39e
parentd861c71d540e8cc6a7f54fcc1331442d022b4565
libvlc API: Add Marquee Filter to libvlc in video.c

-libvlc_video_get_marquee_option_as_int    : get an option int value
-libvlc_video_get_marquee_option_as_string : get an option string value
-libvlc_video_set_marquee_option_as_int    : enable, disable or set an int value
-libvlc_video_set_marquee_option_as_string : set a string value to marq

Modified patch from Cyril Mathe <cmathe@actech-innovation.com>

This API implementation is very limitied, as no presistent state is preserved, and settings can only be set when a vout is around. This makes the whole thing very limitating.

Hopefuly we'll get a better implementation over the time.
include/vlc/libvlc_media_player.h
src/control/video.c
src/libvlc.sym