#include <MercurySound.h>
Public Member Functions | |
| bool | Open (MercurySoundCallback cb)=0 |
| void | Close ()=0 |
| int | GetSampleRate ()=0 |
| int | GetChannelInfo (MVector< MercurySoundChannel > &out) |
Definition at line 19 of file MercurySound.h.
| bool MercurySoundOutDriver::Open | ( | MercurySoundCallback | cb | ) | [pure virtual] |
| void MercurySoundOutDriver::Close | ( | ) | [pure virtual] |
| int MercurySoundOutDriver::GetSampleRate | ( | ) | [pure virtual] |
| int MercurySoundOutDriver::GetChannelInfo | ( | MVector< MercurySoundChannel > & | out | ) |