Declaration of the Player class, and associated types. More...
#include <cstdint>#include <functional>#include <map>#include <memory>#include <string>#include <utility>#include <vector>#include "audio/audio_sink.hpp"#include "audio/audio_source.hpp"#include "audio/audio.hpp"#include "response.hpp"
Include dependency graph for player.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | Player |
| A Player contains a loaded audio file and a command API for manipulating it. More... | |
Declaration of the Player class, and associated types.
Definition in file player.hpp.