The members of Android.Media.MediaActionSound are listed below.
See Also: Inherited members from Java.Lang.Object
Construct a new MediaActionSound instance. |
A constructor used when creating managed representations of JNI objects; called by the runtime. |
const | FocusComplete | MediaActionSoundType (1). A sound to indicate that focusing has completed. |
const | ShutterClick | MediaActionSoundType (0). The sound used by Android.Hardware.Camera.TakePicture(.IShutterCallback, .IPictureCallback, .IPictureCallback) to indicate still image capture. |
const | StartVideoRecording | MediaActionSoundType (2). The sound used by MediaRecorder.Start to indicate the start of video recording. |
const | StopVideoRecording | MediaActionSoundType (3). The sound used by MediaRecorder.Stop to indicate the end of video recording. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
Load(MediaActionSoundType)Preload a predefined platform sound to minimize latency when the sound is played later by MediaActionSound.Play(MediaActionSoundType). | ||
LoadAsync(MediaActionSoundType)Documentation for this section has not yet been entered. | ||
Play(MediaActionSoundType) | ||
Release()Free up all audio resources used by this MediaActionSound instance. |