2 \pagenumbering{arabic
}%
3 \setheader{{\it CHAPTER
\thechapter}}{}{}{}{}{{\it CHAPTER
\thechapter}}%
4 \setfooter{\thepage}{}{}{}{}{\thepage}
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
12 \section{File structure
}
14 These are the files that comprise the mmedia library.
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).