Closed. This question needs to be more focused. It is not currently accepting answers. 开发者_开发技巧
I got the following code to simulate volumemute keypress: [DllImport(\"coredll.dll\", SetLastError = true)]
Should I just mute the volum开发者_如何学运维e onResume and set the volume level back onPause with AudioManager?
I load a movieclip in another project开发者_JAVA技巧. this loop.swf has music in it. loopingLoader = new Loader;
Im wondering if I can test whether the iPhone is set on mute. How can I do this? I searched for it开发者_开发百科 a while but I didn\'t find a good solution!
I made a program to mute microphone using WinAPI and it seems to work perfectly in Windows XP but doesn\'t do a thing in Windows 7. Is it possible to control microphone volume or mute with WinAPI in W
I would like to make a button in my iPad app (probably will be similar to iPhone apps) that when I push this button, all audio is muted, even when you exit the app.
I am working on a project that plays audio for part of the program. I would like to be able to display a me开发者_JAVA百科ssage if the user\'s system volume is muted. I am using Python on Windows.Use
I am trying to create a UI movie clip that can be used across different scenes. It uses variables from the root scope to determine states.
I use a Java applet, which produces unwanted sounds to me. Mute option in the applet is missing, and it\'s not possible to rewrite the source code.