aboutsummaryrefslogtreecommitdiff
path: root/src/output_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output_internal.h')
-rw-r--r--src/output_internal.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/output_internal.h b/src/output_internal.h
index d2b6e41b..9f842159 100644
--- a/src/output_internal.h
+++ b/src/output_internal.h
@@ -26,6 +26,17 @@
#include <time.h>
+enum audio_output_command {
+ AO_COMMAND_NONE = 0,
+ AO_COMMAND_OPEN,
+ AO_COMMAND_CLOSE,
+ AO_COMMAND_PLAY,
+ AO_COMMAND_PAUSE,
+ AO_COMMAND_CANCEL,
+ AO_COMMAND_SEND_TAG,
+ AO_COMMAND_KILL
+};
+
struct audio_output {
/**
* The device's configured display name.