[vlc-devel] Re: set the play and stop option
Sigmund Augdal
sigmunau at stud.ntnu.no
Thu Mar 31 10:26:17 CEST 2005
On Thu, Mar 31, 2005 at 09:55:38AM +0200, Antoine wrote:
> Hello
> I'm trying to use the play and stop option.
> But it seems not to work correctly
>
> 'i wrote :
> VLC_VariableSet(i_vlc, "Play and stop", 0)
> also try with
> VLC_VariableSet(i_vlc, "Play and stop", 1)
> but it has no effect.
> Do you know why ? Maybe it's not the good way to do it.
Use the name of the option, not it's description. Something like this:
VLC_VariableSet(i_vlc, "play-and-stop", 0);
Sigmund
--
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html
More information about the vlc-devel
mailing list