implementation ofvolume control using gaincontrol in jmf

my question is how the gaincontrol interface is actually implemented so that the volume changes..how does the request get on to the hardware as suchMessage was edited by: bonito_qq
[201 byte] By [bonito_qqa] at [2007-11-26 16:12:19]
# 1
GainControl depends on emulator implementation.For example: XletView uses standart java players:Player.getGainControl().setVolumeLevel(float level);where Player is one of standart sdk players...
pashkina at 2007-7-8 22:34:55 > top of Java-index,Java Mobility Forums,Consumer and Commerce...
# 2
thanks for the answer...my question was more towards the hardware side is there a gain computed in decoding?
bonito_qqa at 2007-7-8 22:34:55 > top of Java-index,Java Mobility Forums,Consumer and Commerce...