Код: Выделить всё
int currentApiVersion = android.os.Build.VERSION.SDK_INT;
if (currentapiVersion >= android.os.Build.VERSION_CODES.ICE_CREAM_SANDWICH) {
maSound = new MediaActionSound();
maSound.load(MediaActionSound.FOCUS_COMPLETE);
} else {
SoundPool soundPool = new SoundPool(1, AudioManager.STREAM_NOTIFICATION, 0);
int shutterSound = soundPool.load(this, R.raw.focus_complete, 0);
}
Однако я не знаю, где загрузить стандартные файлы .ogg для звуков фокусировки_комплета и start_video_recording .
Кто -нибудь может направить меня на URL или есть альтернативный способ сделать это? < /p>
Спасибо! < /p>
Подробнее здесь: https://stackoverflow.com/questions/237 ... -ogg-files
Мобильная версия