Hi,
Is there any way to change volume while playing audio file using Player in J2ME?
Thanks.
Hi,
Is there any way to change volume while playing audio file using Player in J2ME?
Thanks.
hi,
obtain VolumeControl from Player instance and use setLevel/getLevel methods:
Interface VolumeControl
hth,
regards,
Peter