aboutsummaryrefslogtreecommitdiffstats
path: root/SSVLSystemAlertVolume.h
diff options
context:
space:
mode:
Diffstat (limited to 'SSVLSystemAlertVolume.h')
-rw-r--r--SSVLSystemAlertVolume.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/SSVLSystemAlertVolume.h b/SSVLSystemAlertVolume.h
new file mode 100644
index 0000000..e67d43d
--- /dev/null
+++ b/SSVLSystemAlertVolume.h
@@ -0,0 +1,9 @@
+#ifndef SSVLSystemAlertVolume_h
+#define SSVLSystemAlertVolume_h
+
+#include <AudioToolbox/AudioToolbox.h>
+
+OSStatus SSVLGetSystemVolume(Float32 *volume);
+OSStatus SSVLSetSystemVolume(Float32 volume);
+
+#endif /* SSVLSystemAlertVolume_h */