Lingua

SoundEffect Enum

Definition

Enumerates values returned by several methods of SoundEffect and taken as a parameter of the F:Android.Media.AudioManager.PlaySoundEffect, and F:Android.Media.AudioManager.PlaySoundEffect members.

public enum SoundEffect
type SoundEffect = 
Inheritance
SoundEffect

Fields

Name Value Description
KeyClick 0

Keyboard and direction pad click sound

Android reference for android.media.AudioManager.FX_KEY_CLICK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NavigationUp 1

Focus has moved up

Android reference for android.media.AudioManager.FX_FOCUS_NAVIGATION_UP.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NavigationDown 2

Focus has moved down

Android reference for android.media.AudioManager.FX_FOCUS_NAVIGATION_DOWN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NavigationLeft 3

Focus has moved left

Android reference for android.media.AudioManager.FX_FOCUS_NAVIGATION_LEFT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

NavigationRight 4

Focus has moved right

Android reference for android.media.AudioManager.FX_FOCUS_NAVIGATION_RIGHT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Standard 5

IME standard keypress sound

Android reference for android.media.AudioManager.FX_KEYPRESS_STANDARD.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Spacebar 6

IME spacebar keypress sound

Android reference for android.media.AudioManager.FX_KEYPRESS_SPACEBAR.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Delete 7

IME delete keypress sound

Android reference for android.media.AudioManager.FX_KEYPRESS_DELETE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Return 8

IME return_keypress sound

Android reference for android.media.AudioManager.FX_KEYPRESS_RETURN.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Invalid 9

Invalid keypress sound

Android reference for android.media.AudioManager.FX_KEYPRESS_INVALID.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Back 10

Back sound

Android reference for android.media.AudioManager.FX_BACK.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to