public static interface SoundPool.OnLoadCompleteListener
Modifier and Type | Method and Description |
---|---|
void |
onLoadComplete(SoundPool soundPool,
int sampleId,
int status)
Called when a sound has completed loading.
|
void onLoadComplete(SoundPool soundPool, int sampleId, int status)
soundPool
- SoundPool object from the load() methodsampleId
- the sample ID of the sound loaded.status
- the status of the load operation (0 = success)