Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » DSDP - Mobile Tools for Java (MTJ) » Multimedia volume control
Multimedia volume control [message #540154] Tue, 15 June 2010 08:01
Eclipse UserFriend
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
Previous Topic:Multimedia volume control
Next Topic:I can't install the Mobile Tools for Java v1.1 in JBuilder 2008 R2
Goto Forum:
  


Current Time: Tue Mar 19 02:06:28 GMT 2024

Powered by FUDForum. Page generated in 0.02506 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top