[vlc-devel] How do I use new Control API to execute equivalent of VLC_positionSet?

Rémi Denis-Courmont rem at videolan.org
Thu Nov 13 17:38:04 CET 2008


Le jeudi 13 novembre 2008 18:31:31 null null, vous avez écrit :
> I'm experimenting with a plugin that uses intf_thread_t.  I tried doing
> something like
>  VLC_TimeSet(p_intf->p_libvlc->i_object_id, 10, 0);
> But now I see that I'm supposed to be using the new API.
> http://wiki.videolan.org/LibVLC_Tutorial
>
> Its not clear to me how I'm supposed to get a libvlc_instance_t pointer
> from a libvlc_int_t

That's probably a typo for the same thing.

> or how to get a libvlc_media_instance_t for a libvlc_int_t.

Probably a typo for libvlc_media_t.

Bottom line: never trust unrestricted wikis.

-- 
Rémi Denis-Courmont
http://git.remlab.net/cgi-bin/gitweb.cgi?p=vlc-courmisch.git;a=summary



More information about the vlc-devel mailing list