CoriEngine
Loading...
Searching...
No Matches
Track.hpp File Reference
#include "Profiling/Trackable.hpp"
#include "Mixer.hpp"
#include "Sound.hpp"
Include dependency graph for Track.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Cori::Audio::Track
 You use Track to play and mix Sound objects. More...

Namespaces

namespace  Cori
 Global engine namespace.
namespace  Cori::Audio
 Everything connected to audio is in this namespace.

Concepts

concept  Cori::Audio::IsSoundWithParams

Typedefs

using Cori::Audio::TrackStopCallbackFn = std::function<void()>
using Cori::Audio::SoundWithParams = std::pair<std::shared_ptr<Sound>, PlayParams>