]> git.saurik.com Git - wxWidgets.git/blob - contrib/docs/latex/mmedia/intro.tex
changed version number
[wxWidgets.git] / contrib / docs / latex / mmedia / intro.tex
1 \chapter{Introduction}
2 \pagenumbering{arabic}%
3 \setheader{{\it CHAPTER \thechapter}}{}{}{}{}{{\it CHAPTER \thechapter}}%
4 \setfooter{\thepage}{}{}{}{}{\thepage}
5
6 The MMedia wxWindows extension is a wxWindows library which provides you
7 a full set of multimedia classes including sound recording/playing,
8 cd audio playing and video playing. The API is portable and can be used
9 on any supported systems with the insurance the behaviour will be the
10 same.
11
12 \section{File structure}
13
14 These are the files that comprise the mmedia library.
15
16 \begin{description}\itemsep=0pt
17 \item[sndbase.h] Header for wxSoundStream base class and wxSoundFormat base class.
18 \item[sndbase.cpp] Basic objects implementation.
19 \item[sndfile.h] wxSoundFileStream base class header.
20 \item[sndfile.cpp] wxSoundFileStream base class implementation.
21 \item[sndpcm.h] wxSoundFormatPcm class header.
22 \item[sndpcm.cpp] wxSoundFormatPcm class implementation.
23 \item[sndcpcm.h] wxSoundCodecPcm class header (PCM converter).
24 \item[sndcpcm.cpp] wxSoundCodecPcm class implementation (PCM converter).
25 \item[sndulaw.h]
26 \item[sndulaw.cpp]
27 \item[sndg72x.h]
28 \item[sndg72x.cpp]
29 \item[sndoss.h]
30 \item[sndoss.cpp]
31 \item[sndesd.h]
32 \item[sndesd.cpp]
33 \item[sndwin.h]
34 \item[sndwin.cpp]
35 \item[cdbase.h]
36 \item[cdbase.cpp]
37 \item[cdunix.h]
38 \item[cdunix.cpp]
39 \item[cdwin.h]
40 \item[cdwin.cpp]
41 \item[vidbase.h]
42 \item[vidbase.cpp]
43 \item[vidxanm.h]
44 \item[vidxanm.cpp]
45 \item[vidwin.h]
46 \item[vidwin.cpp]
47 \end{description}