CustusX
22.04-rc2
An IGT application
|
#include <cxAudioImpl.h>
Signals | |
void | playSoundInternalSignal (QString file) |
Public Member Functions | |
AudioInternal (QObject *parent=NULL) | |
void | playSound (QString file) |
Helper class for playing sounds in the main thread even if calls are made from other threads.
Play requests too close to the last play is ignored. mMinTimeBetweenEachSound limits this.
Definition at line 32 of file cxAudioImpl.h.
cx::AudioInternal::AudioInternal | ( | QObject * | parent = NULL | ) |
Definition at line 25 of file cxAudioImpl.cpp.
void cx::AudioInternal::playSound | ( | QString | file | ) |
Definition at line 32 of file cxAudioImpl.cpp.
|
signal |