SoundHolder.playSound(Object(root).meterAlert,0,0,new SoundTransform(.1));
does ‘new SoundTransform()’ automatically get garbage collected since I’m not pointing anything to it or does it stay in memory
SoundHolder.playSound(Object(root).meterAlert,0,0,new SoundTransform(.1));
does ‘new SoundTransform()’ automatically get garbage collected since I’m not pointing anything to it or does it stay in memory
:: Copyright KIRUPA 2024 //--