URY playd
C++ minimalist audio player
player.hpp File Reference

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...
 

Detailed Description

Declaration of the Player class, and associated types.

See also
player.cpp

Definition in file player.hpp.