Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
30975c0c
Commit
30975c0c
authored
May 22, 2001
by
Eric Pouech
Committed by
Alexandre Julliard
May 22, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated multimedia documentation.
parent
f051db39
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
55 additions
and
1 deletion
+55
-1
configuring.sgml
documentation/configuring.sgml
+53
-1
multimedia.sgml
documentation/multimedia.sgml
+0
-0
multimedia
documentation/status/multimedia
+0
-0
wine-doc.sgml
documentation/wine-doc.sgml
+2
-0
No files found.
documentation/configuring.sgml
View file @
30975c0c
...
...
@@ -41,6 +41,11 @@
Wine's DLL Usage
</para>
</listitem>
<listitem>
<para>
Wine's Multimedia drivers and DLL configuration
</para>
</listitem>
</itemizedlist>
</para>
</sect2>
...
...
@@ -143,6 +148,11 @@
<entry>no</entry>
<entry>Console settings</entry>
</row>
<row>
<entry>[WinMM]</entry>
<entry>yes</entry>
<entry>Multimedia settings</entry>
</row>
</tbody>
</tgroup>
</informaltable>
...
...
@@ -167,7 +177,7 @@
</para>
<para>
<programlisting>
"Type" = "floppy|hd|cdrom|network" <--- the |'s mean "Type =
"<one of the options>
"
"Type" = "floppy|hd|cdrom|network" <--- the |'s mean "Type =
'<one of the options>'
"
</programlisting>
</para>
<para>
...
...
@@ -777,6 +787,48 @@ OPTIONAL:
Sets the program to automatically be run at startup every time.
</para>
</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>
...
...
documentation/multimedia.sgml
0 → 100644
View file @
30975c0c
This diff is collapsed.
Click to expand it.
documentation/status/multimedia
deleted
100644 → 0
View file @
f051db39
This diff is collapsed.
Click to expand it.
documentation/wine-doc.sgml
View file @
30975c0c
...
...
@@ -32,6 +32,7 @@
<!entity tools SYSTEM "tools.sgml">
<!entity dlls SYSTEM "dlls.sgml">
<!entity cvs-regression SYSTEM "cvs-regression.sgml">
<!entity multimedia SYSTEM "multimedia.sgml">
<!-- *** Entities for Wine Developer Guide *** -->
<!entity winelib-user SYSTEM "winelib-user.sgml">
...
...
@@ -103,6 +104,7 @@
&opengl;
&build;
&dlls;
&multimedia;
</part>
<part>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment