swift
|
File from resources. More...
Public Member Functions | |
CResourceSound () | |
Constructor. | |
CResourceSound (const QString &audioFileName) | |
Sound of audio file. | |
bool | load () |
Load the attached resource file. | |
bool | isLoaded () |
Is resource already loaded? | |
const QVector< float > & | audioData () const |
Audio data. | |
const QString & | getFileName () const |
Corresponding file. | |
bool | isSameFileName (const QString &fn) const |
Is same file? | |
File from resources.
Definition at line 30 of file resourcesound.h.