diff options
Diffstat (limited to 'SSVLSystemAlertVolume.h')
-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 */ |