blob: fd31e10e33fbb52f9fc8def62338f806c7802934 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#ifndef SSVLSystemAlertVolume_h
#define SSVLSystemAlertVolume_h
#include <AudioToolbox/AudioToolbox.h>
#include <CoreFoundation/CoreFoundation.h>
OSStatus SSVLGetSystemVolume(Float32 *volume);
OSStatus SSVLSetSystemVolume(Float32 volume);
#endif /* SSVLSystemAlertVolume_h */
|