Android Developers 사이트의 SoundPool 설명을 보면

"A SoundPool is a collection of samples that can be loaded into memory from a resource inside the APK"

라는 문장이 있는데, 이 "resource"에 대한 개념이 이해가 안됩니다.

예를 들자면 변수를 선언하여, mp3파일의 몇개의 프레임을 저장한다면(플레이할 수 있는 최소단위 정도 ) 이 변수가 "resource"가 될수 있는것인가요?