![]() |
Qt 4.8
|
#include "qsound.h"#include "qapplication.h"#include "qapplication_p.h"#include <qfile.h>#include "qpointer.h"#include "qsound_p.h"#include <qt_windows.h>#include "qsound_win.moc"Go to the source code of this file.
Classes | |
| class | QAuServerWindows |
| struct | SoundInfo |
Functions | |
| QAuServer * | qt_new_audio_server () |
| DWORD WINAPI | SoundPlayProc (LPVOID param) |
| QAuServer* qt_new_audio_server | ( | ) |
Definition at line 196 of file qsound_win.cpp.
| DWORD WINAPI SoundPlayProc | ( | LPVOID | param | ) |
Definition at line 108 of file qsound_win.cpp.
Referenced by QAuServerWindows::playHelper().