<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2652.35">
<TITLE>RE: [vlc-devel] Re: VLC_Pause doesn't pause the video</TITLE>
</HEAD>
<BODY>

<P><FONT SIZE=2>Sorry, I mean libvlc.h and I replaced include of vlc.h to libvlc.h, I compiled again but doesn't pause the video.</FONT>
</P>

<P><FONT SIZE=2>I saw the libvlc.c include the vlc.h and the libvlc.h has a lot of defines but no methods to play, pause and stop videos. </FONT></P>

<P><FONT SIZE=2>When you said don't use the vlc.h methods you are referring not use the VLC_Pause, VLC_Play... aren't you? These methods are defined in vlc.h but the source codes are in libvlc.c.</FONT></P>

<P><FONT SIZE=2>Thank you very much for your help Filippo.</FONT>
</P>

<P><FONT SIZE=2>-Daniel-</FONT>
</P>

<P><FONT SIZE=2>-----Mensaje original-----</FONT>
<BR><FONT SIZE=2>De: Filippo Carone [<A HREF="mailto:filippo@carone.org">mailto:filippo@carone.org</A>] </FONT>
<BR><FONT SIZE=2>Enviado el: miércoles, 14 de junio de 2006 15:39</FONT>
<BR><FONT SIZE=2>Para: vlc-devel@videolan.org</FONT>
<BR><FONT SIZE=2>Asunto: [vlc-devel] Re: VLC_Pause doesn't pause the video</FONT>
</P>

<P><FONT SIZE=2>Donoso Gabilondo, Daniel ha scritto:</FONT>
<BR><FONT SIZE=2>> I change the vlc.h to vlclib.h but it doesn't pause it.</FONT>
</P>

<P><FONT SIZE=2>I think you mean libvlc.h and not vlclib.h.</FONT>
<BR><FONT SIZE=2>Please use the functions defined in libvlc.h and not those defined in </FONT>
<BR><FONT SIZE=2>vlc.h (remove the #include <vlc/vlc.h> from your source code).</FONT>
</P>

<P><FONT SIZE=2>Cheers,</FONT>
<BR><FONT SIZE=2>fc</FONT>
</P>

<P><FONT SIZE=2>-- </FONT>
<BR><FONT SIZE=2>This is the vlc-devel mailing-list, see <A HREF="http://www.videolan.org/vlc/" TARGET="_blank">http://www.videolan.org/vlc/</A></FONT>
<BR><FONT SIZE=2>To unsubscribe, please read <A HREF="http://developers.videolan.org/lists.html" TARGET="_blank">http://developers.videolan.org/lists.html</A></FONT>
</P>

</BODY>
</HTML>