You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
3.0 KiB
112 lines
3.0 KiB
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "/sw/share/xml/dtd/docbookx/4.1.2/docbookx.dtd"
|
|
[
|
|
<!ENTITY coding SYSTEM "coding.xml">
|
|
<!ENTITY libvlc SYSTEM "libvlc.xml">
|
|
<!ENTITY build SYSTEM "build.xml">
|
|
<!ENTITY i18n SYSTEM "i18n.xml">
|
|
<!ENTITY modulesobjects SYSTEM "modulesobjects.xml">
|
|
<!ENTITY cpumisc SYSTEM "cpumisc.xml">
|
|
<!ENTITY variables SYSTEM "variables.xml">
|
|
<!ENTITY threads SYSTEM "threads.xml">
|
|
<!ENTITY messages SYSTEM "messages.xml">
|
|
<!ENTITY playlist SYSTEM "playlist.xml">
|
|
<!ENTITY interface SYSTEM "interface.xml">
|
|
<!ENTITY input SYSTEM "input.xml">
|
|
<!ENTITY vout SYSTEM "vout.xml">
|
|
<!ENTITY aout SYSTEM "aout.xml">
|
|
<!ENTITY sout SYSTEM "sout.xml">
|
|
<!ENTITY porting SYSTEM "porting.xml">
|
|
<!ENTITY debugging SYSTEM "debugging.xml">
|
|
<!ENTITY history SYSTEM "history.xml">
|
|
<!ENTITY glossary SYSTEM "glossary.xml">
|
|
<!ENTITY gpl SYSTEM "gpl.xml">
|
|
]>
|
|
|
|
<book>
|
|
|
|
<title> VLC media player API Documentation </title>
|
|
|
|
<bookinfo>
|
|
|
|
|
|
<author>
|
|
<firstname> Christophe </firstname>
|
|
<surname> Massiot </surname>
|
|
<affiliation>
|
|
<jobtitle> <ulink url="mailto:christophe.massiot@idealx.com">
|
|
Developer </ulink> </jobtitle>
|
|
<orgname> <ulink url="http://www.idealx.com/"> IDEALX
|
|
S.A.S. </ulink> </orgname>
|
|
<orgdiv> Industrial Computing </orgdiv>
|
|
</affiliation>
|
|
</author>
|
|
<collab>
|
|
<collabname> <ulink url="mailto:sam@zoy.org"> Samuel Hocevar
|
|
</ulink> </collabname>
|
|
<affiliation>
|
|
<jobtitle> Developer </jobtitle>
|
|
<orgname> VideoLAN project </orgname>
|
|
</affiliation>
|
|
</collab>
|
|
<collab>
|
|
<collabname> Jean-François Lecomte </collabname>
|
|
<affiliation>
|
|
<jobtitle> <ulink url="mailto:jean-francois.lecomte@idealx.com">
|
|
Developer </ulink> </jobtitle>
|
|
<orgname> <ulink url="http://www.idealx.com/"> IDEALX
|
|
S.A.S. </ulink> </orgname>
|
|
</affiliation>
|
|
</collab>
|
|
<collab>
|
|
<collabname> <ulink url="mailto:henri@via.ecp.fr">Henri Fallon
|
|
</ulink> </collabname>
|
|
<affiliation>
|
|
<jobtitle> Developer </jobtitle>
|
|
<orgname> VideoLAN project </orgname>
|
|
</affiliation>
|
|
</collab>
|
|
<pubdate> $Id: manual.xml 7937 2004-06-07 19:13:05Z zorglub $ </pubdate>
|
|
<copyright> <year> 2001 </year>
|
|
<holder> Christophe Massiot, for IDEALX S.A.S. </holder>
|
|
</copyright>
|
|
|
|
<legalnotice> <para>
|
|
Permission is granted to copy, distribute and/or modify this document
|
|
under the terms of the GNU Free Documentation License, Version 1.1
|
|
or any later version published by the Free Software Foundation;
|
|
A copy of the license is included in the section entitled "GNU
|
|
Free Documentation License".
|
|
</para> </legalnotice>
|
|
</bookinfo>
|
|
|
|
<toc />
|
|
|
|
<!-- Coding rules -->
|
|
&coding;
|
|
&libvlc;
|
|
&build;
|
|
&i18n;
|
|
&modulesobjects;
|
|
&cpumisc;
|
|
&variables;
|
|
&threads;
|
|
&messages;
|
|
&playlist;
|
|
&interface;
|
|
&input;
|
|
&vout;
|
|
&aout;
|
|
&sout;
|
|
&porting;
|
|
&debugging;
|
|
|
|
&history;
|
|
&glossary;
|
|
|
|
|
|
<!-- GNU Free Documentation License -->
|
|
<!--&gpl;-->
|
|
|
|
</book>
|
|
|