diff options
author | Teddy Wing | 2022-10-27 00:16:16 +0200 |
---|---|---|
committer | Teddy Wing | 2022-10-27 00:16:16 +0200 |
commit | 44265f9a98916c1fbd523ceb008e3b77fd4aaffb (patch) | |
tree | 25cea260801d75df0a3a5a25a0de98f22dab99cc | |
parent | 892f6e2ff9de79d2d19999171bdb2f95ad619562 (diff) | |
download | SSVLSystemAlertVolume-44265f9a98916c1fbd523ceb008e3b77fd4aaffb.tar.bz2 |
Add a note to add documentation
-rw-r--r-- | SSVLSystemAlertVolume.h | 4 |
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 */ |