I want to be able to get and set the system volume level with Core Audio. I've followed the code on this other thread: objective c audio meter
However, my call to AudioHardwareServiceHasProperty
to find the kAudioHardwareServiceDeviceProperty_VirtualMasterVolume
property returns false. Why is this happening, and how do I get around it? What approach should I take to getting and setting the system volume level with Core Audio?