标签: android bluetooth soundpool
SoundPool soundPool = new SoundPool(1, AudioManager.STREAM_MUSIC, 0); (load file to soundPool) soundPool.play(soundId, 1.0f, 1.0f, 1, 0, 1f);
但我希望该文件在蓝牙耳机中播放。问题是总是在电话扬声器中播放。
当我使用SoundPool时,是否可能在蓝牙耳机上存放文件?