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