#include <tone.h>
Constructor & Destructor Documentation
tone::tone |
( |
int |
volumePercent, |
|
|
int |
frequency, |
|
|
QObject * |
parent |
|
) |
| |
Container that manages the audio playing of individual tones
Member Function Documentation
void tone::DoPauseAudio |
( |
| ) |
|
|
slot |
void tone::DoResumeAudio |
( |
| ) |
|
|
slot |
void tone::DoStartPlaying |
( |
| ) |
|
|
slot |
QAudioFormat tone::GetFormat |
( |
| ) |
|
void tone::OnVolumeChanged |
( |
int |
value | ) |
|
|
slot |
void tone::SetFrequency |
( |
qreal |
value | ) |
|
Member Data Documentation
QAudioOutput* tone::m_audioOutput |
|
protected |
QByteArray tone::m_buffer |
|
protected |
QAudioDeviceInfo tone::m_device |
|
protected |
QAudioFormat tone::m_format |
|
protected |
QIODevice* tone::m_output |
|
protected |
The documentation for this class was generated from the following files: