aboutsummaryrefslogtreecommitdiffstats
path: root/SSVLSystemAlertVolume.h
diff options
context:
space:
mode:
authorTeddy Wing2022-10-27 00:16:16 +0200
committerTeddy Wing2022-10-27 00:16:16 +0200
commit44265f9a98916c1fbd523ceb008e3b77fd4aaffb (patch)
tree25cea260801d75df0a3a5a25a0de98f22dab99cc /SSVLSystemAlertVolume.h
parent892f6e2ff9de79d2d19999171bdb2f95ad619562 (diff)
downloadSSVLSystemAlertVolume-44265f9a98916c1fbd523ceb008e3b77fd4aaffb.tar.bz2
Add a note to add documentation
Diffstat (limited to 'SSVLSystemAlertVolume.h')
-rw-r--r--SSVLSystemAlertVolume.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/SSVLSystemAlertVolume.h b/SSVLSystemAlertVolume.h
index fd31e10..3bf1bc7 100644
--- a/SSVLSystemAlertVolume.h
+++ b/SSVLSystemAlertVolume.h
@@ -4,7 +4,11 @@
#include <AudioToolbox/AudioToolbox.h>
#include <CoreFoundation/CoreFoundation.h>
+// TODO: docs
+// Float between 0 an 1.
OSStatus SSVLGetSystemVolume(Float32 *volume);
+
+// TODO: docs
OSStatus SSVLSetSystemVolume(Float32 volume);
#endif /* SSVLSystemAlertVolume_h */