| Multimedia volume control [message #540154] |
Tue, 15 June 2010 04:01 |
|
Originally posted by: news.s237965939.online.de
In my application I use Midi playback. This is part of the code:
player = Manager.createPlayer(is, "audio/midi");
if (player != null)
{
player.realize();
VolumeControl vc =
(VolumeControl) player.getControl("VolumeControl");
if (vc != null)
vc.setLevel(volume);
}
But that seems to only control the midi player volume, not the master
volume of the device. How can that be done?
TIA,
Hans
|
|
|
Powered by
FUDForum. Page generated in 0.01529 seconds