obtaining volume

T

Tim

Hi,

I'm trying to determine whether or not the volume is mute. I've been
using the waveOutGetVolume API to determine volume levels, but I can't
seem to determine whether the volume has been muted or not

Any ideas would be greatly appreciated
Thanks,

Tim
 
D

Dmitriy Lapshin [C# / .NET MVP]

Hi,

I think this question better fits a Multimedia SDK newsgroup. What I was
able to find is waveOutGetProperty where there is a flag for an audio stream
indicating that the stream have been forcibly muted. I haven't tested it
though, nor I am a Multimedia expert - so MM SDK MVPs out there should be of
much better help :)

In general, there seems to be nothing .NET or C# specific, probably except
for some P/Invoke issues. So please feel free to repost here should you have
difficulty porting an example in unmanaged code to C#.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top