#include </home/clem/local/src/opie/libopie2/opiemm/osoundsystem.h>
Collaboration diagram for Opie::MM::OSoundCard:

Public Member Functions | |
| OSoundCard (QObject *parent, const char *name) | |
| virtual | ~OSoundCard () |
| bool | hasMixer () const |
| bool | hasAudio () const |
| OAudioInterface * | audio () const |
| OMixerInterface * | mixer () const |
Protected Attributes | |
| OAudioInterface * | _audio |
| OMixerInterface * | _mixer |
Private Member Functions | |
| void | init () |
Private Attributes | |
| Private * | d |
|
||||||||||||
|
Constructor. Normally you don't create OSoundCard objects yourself, but access them via OSoundSystem::card(). Definition at line 123 of file osoundsystem.cpp. |
|
|
Destructor. Definition at line 131 of file osoundsystem.cpp. |
|
|
Definition at line 121 of file osoundsystem.h. References _audio. |
|
|
Definition at line 119 of file osoundsystem.h. References _mixer. |
|
|
Definition at line 118 of file osoundsystem.h. References _audio. |
|
|
Definition at line 136 of file osoundsystem.cpp. References _audio, and _mixer. Referenced by OSoundCard(). |
|
|
Definition at line 122 of file osoundsystem.h. References _mixer. Referenced by main(). |
|
|
Definition at line 122 of file osoundsystem.h. Referenced by audio(), hasMixer(), and init(). |
|
|
Definition at line 126 of file osoundsystem.h. Referenced by hasAudio(), init(), and mixer(). |
|
|
Definition at line 131 of file osoundsystem.h. |
1.4.2