FileDocCategorySizeDatePackage
MediaActionSound.javaAPI DocAndroid 5.1 API551Sat Mar 14 14:09:40 GMT 2015android.media

MediaActionSound.java

package android.media;
public class MediaActionSound
{
public  MediaActionSound() { throw new RuntimeException("Stub!"); }
public synchronized  void load(int soundName) { throw new RuntimeException("Stub!"); }
public synchronized  void play(int soundName) { throw new RuntimeException("Stub!"); }
public  void release() { throw new RuntimeException("Stub!"); }
public static final int FOCUS_COMPLETE = 1;
public static final int SHUTTER_CLICK = 0;
public static final int START_VIDEO_RECORDING = 2;
public static final int STOP_VIDEO_RECORDING = 3;
}