Is there any API in java to access hardware resources like volume controls? i want to access volume controls of my laptop using java.i have tried java media framework to access controls but it is giving only basic information.
Asked
Active
Viewed 182 times
0
-
1Have you seen this? Might help - http://stackoverflow.com/questions/14301618/can-java-sound-be-used-to-control-the-system-volume – Martin Milan Sep 10 '13 at 10:09
-
thanks for your suggestion . i have tried that but i want to increase or decrease volume programmatically – Dharm Sep 10 '13 at 10:11
1 Answers
0
You may want to have a look at Oracle's Java SOund API http://www.oracle.com/technetwork/java/index-139508.html

MansoorShaikh
- 913
- 1
- 6
- 19
-
-
Its available here http://docs.oracle.com/javase/7/docs/technotes/guides/sound/programmer_guide/contents.html – MansoorShaikh Sep 10 '13 at 10:37
-