android.media
Interface SoundPool.OnLoadCompleteListener

Enclosing class:
SoundPool

public static interface SoundPool.OnLoadCompleteListener


Method Summary
 void onLoadComplete(SoundPool soundPool, int sampleId, int status)
           
 

Method Detail

onLoadComplete

void onLoadComplete(SoundPool soundPool,
                    int sampleId,
                    int status)


Copyright © 2008-2012. All Rights Reserved.