diff options
Diffstat (limited to 'src/Partition.hxx')
-rw-r--r-- | src/Partition.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Partition.hxx b/src/Partition.hxx index 6e209352e..3894c4084 100644 --- a/src/Partition.hxx +++ b/src/Partition.hxx @@ -53,6 +53,8 @@ struct Partition final : private PlayerListener, private MixerListener { outputs(*this), pc(*this, outputs, buffer_chunks, buffered_before_play) {} + void EmitIdle(unsigned mask); + void ClearQueue() { playlist.Clear(pc); } |