0

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.

Yellow Flash
  • 862
  • 2
  • 10
  • 29
Dharm
  • 87
  • 1
  • 11
  • 1
    Have 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 Answers1

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