I'm trying to access the system volume controls so that I can control how loud music plays through my application. The only thing i've been able to find is a object.Volume(long) that increments from -10000 to 0. This is not sufficient as it doesn't give me an accurate read for a smooth transition from loud to soft.

Thanks.