Changed the audio library to SFML. Now working in qt5.3.2.
This commit is contained in:
parent
37835e7571
commit
1dd20c9b05
11 changed files with 143 additions and 319 deletions
|
|
@ -57,5 +57,12 @@ struct MediaFolder {
|
|||
QList<MediaFile> m_MediaInformation; // Pointer to the Medias Information List of this Library
|
||||
};
|
||||
|
||||
enum Status
|
||||
{
|
||||
Stopped, ///< Sound is not playing
|
||||
Paused, ///< Sound is paused
|
||||
Playing ///< Sound is playing
|
||||
};
|
||||
|
||||
#endif // DEFINES_H
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue