]>
git.saurik.com Git - wxWidgets.git/blob - contrib/samples/mmedia/mmboard.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: Multimedia Board header
4 // Author: Guilhem Lavaux, <guilhem.lavaux@libertysurf.fr>
8 // Copyright: (c) 2000, Guilhem Lavaux
9 // Licence: wxWindows licence
10 /////////////////////////////////////////////////////////////////////////////
12 #ifndef _MMBOARD_APP_H_
13 #define _MMBOARD_APP_H_
15 // for compilers that support precompilation, includes "wx/wx.h"
16 #include "wx/wxprec.h"
22 // for all others, include the necessary headers
27 // --------------------------------------------------------------------------
29 // --------------------------------------------------------------------------
31 #define MM_SOUND_OSS 0x01
32 #define MM_SOUND_ESD 0x02
33 #define MM_SOUND_WIN 0x04
35 // --------------------------------------------------------------------------
37 // --------------------------------------------------------------------------
39 // Define a new application type, each program should derive a class from wxApp
40 class MMBoardApp
: public wxApp
45 // override base class virtuals
46 // ----------------------------
48 virtual bool OnInit();
50 wxUint8
TestMultimediaCaps();