views:

697

answers:

2

How can i mute | unmute a windows mobile pocket pc device (i'm using symbol MC70) programmatically? Waht API do I need to use?

+1  A: 

Try with waveOutSetVolume.
EDIT: Check this link too.

nmuntz
waveOutSetVolume is only in Windows Mobile 6.
plinth
@plinth: incorrect. It's been available since at least CE 2.0, so it's been in every version of Pocket PC and WinMo ever shipped.
ctacke
Very good, then. I saw it in the reference for "new in sound APIs in Windows Mobile 6".
plinth
@ctacke: what API to use for mute | unmute microphone? Thanks.
Izmoto
A: 

You device runs Windows Mobile 5. From there you'll want to look at the Hardware Audio Mixer, which looks like the right API for setting/controlling audio properties on the device.

plinth