#include <chrono>
#include <string>
#include <memory>
Go to the source code of this file.
Classes | |
class | sound::music_track |
Internal representation of music tracks. More... | |
Namespaces | |
sound | |
Audio output for sound and music. | |
Functions | |
std::shared_ptr< music_track > | sound::get_track (unsigned int i) |
void | sound::set_track (unsigned int i, const std::shared_ptr< music_track > &to) |
bool | operator== (const sound::music_track &a, const sound::music_track &b) |
bool | operator!= (const sound::music_track &a, const sound::music_track &b) |
|
inline |
Definition at line 79 of file sound_music_track.hpp.
References b, and sound::music_track::file_path().
|
inline |
Definition at line 76 of file sound_music_track.hpp.
References b, and sound::music_track::file_path().