Commit 30975c0c authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Updated multimedia documentation.

parent f051db39
...@@ -41,6 +41,11 @@ ...@@ -41,6 +41,11 @@
Wine's DLL Usage Wine's DLL Usage
</para> </para>
</listitem> </listitem>
<listitem>
<para>
Wine's Multimedia drivers and DLL configuration
</para>
</listitem>
</itemizedlist> </itemizedlist>
</para> </para>
</sect2> </sect2>
...@@ -143,6 +148,11 @@ ...@@ -143,6 +148,11 @@
<entry>no</entry> <entry>no</entry>
<entry>Console settings</entry> <entry>Console settings</entry>
</row> </row>
<row>
<entry>[WinMM]</entry>
<entry>yes</entry>
<entry>Multimedia settings</entry>
</row>
</tbody> </tbody>
</tgroup> </tgroup>
</informaltable> </informaltable>
...@@ -167,7 +177,7 @@ ...@@ -167,7 +177,7 @@
</para> </para>
<para> <para>
<programlisting> <programlisting>
"Type" = "floppy|hd|cdrom|network" &lt;--- the |'s mean "Type = "&lt;one of the options>" "Type" = "floppy|hd|cdrom|network" &lt;--- the |'s mean "Type = '&lt;one of the options&gt;'"
</programlisting> </programlisting>
</para> </para>
<para> <para>
...@@ -777,6 +787,48 @@ OPTIONAL: ...@@ -777,6 +787,48 @@ OPTIONAL:
Sets the program to automatically be run at startup every time. Sets the program to automatically be run at startup every time.
</para> </para>
</sect3> </sect3>
<sect3>
<title>The [WinMM] Section</title>
<para>
[WinMM] is used to define which multimedia drivers have to be loaded. Since
those drivers may depend on the multimedia interfaces available on your sustem
(OSS, Alsa... to name a few), it's needed to be able to configure which driver
has to be loaded.
</para>
<para>
The content of the section looks like:
<programlisting>
[WinMM]
"Drivers" = "wineoss.drv"
"WaveMapper" = "msacm.drv"
"MidiMapper" = "midimap.drv"
</programlisting>
All the keys must be defined:
<itemizedlist>
<listitem>
<para>
The "Drivers" key is a ';' separated list of modules name, each of
them containing a low level driver. All those drivers will be loaded
when MMSYSTEM/WINMM is started and will provide their inner features.
</para>
</listitem>
<listitem>
<para>
The "WaveMapper" represents the name of the module containing the Wave
Mapper driver. Only one wave mapper can be defined in the system.
</para>
</listitem>
<listitem>
<para>
The "MidiMapper" represents the name of the module containing the Midi
Mapper driver. Only one Midi mapper can be defined in the system.
</para>
</listitem>
</itemizedlist>
</para>
</sect3>
</sect2> </sect2>
<sect2> <sect2>
......
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
<!entity tools SYSTEM "tools.sgml"> <!entity tools SYSTEM "tools.sgml">
<!entity dlls SYSTEM "dlls.sgml"> <!entity dlls SYSTEM "dlls.sgml">
<!entity cvs-regression SYSTEM "cvs-regression.sgml"> <!entity cvs-regression SYSTEM "cvs-regression.sgml">
<!entity multimedia SYSTEM "multimedia.sgml">
<!-- *** Entities for Wine Developer Guide *** --> <!-- *** Entities for Wine Developer Guide *** -->
<!entity winelib-user SYSTEM "winelib-user.sgml"> <!entity winelib-user SYSTEM "winelib-user.sgml">
...@@ -103,6 +104,7 @@ ...@@ -103,6 +104,7 @@
&opengl; &opengl;
&build; &build;
&dlls; &dlls;
&multimedia;
</part> </part>
<part> <part>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment