android.media
Class MediaActionSound

java.lang.Object
  extended by android.media.MediaActionSound

public class MediaActionSound
extends Object


Field Summary
static int FOCUS_COMPLETE
           
static int SHUTTER_CLICK
           
static int START_VIDEO_RECORDING
           
static int STOP_VIDEO_RECORDING
           
 
Constructor Summary
MediaActionSound()
           
 
Method Summary
 void load(int soundName)
           
 void play(int soundName)
           
 void release()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SHUTTER_CLICK

public static final int SHUTTER_CLICK
See Also:
Constant Field Values

FOCUS_COMPLETE

public static final int FOCUS_COMPLETE
See Also:
Constant Field Values

START_VIDEO_RECORDING

public static final int START_VIDEO_RECORDING
See Also:
Constant Field Values

STOP_VIDEO_RECORDING

public static final int STOP_VIDEO_RECORDING
See Also:
Constant Field Values
Constructor Detail

MediaActionSound

public MediaActionSound()
Method Detail

load

public void load(int soundName)

play

public void play(int soundName)

release

public void release()


Copyright © 2008-2012. All Rights Reserved.