Android.Media.MediaActionSound Members

The members of Android.Media.MediaActionSound are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Construct a new MediaActionSound instance.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
FocusCompleteMediaActionSoundType (1). A sound to indicate that focusing has completed.
const
ShutterClickMediaActionSoundType (0). The sound used by Android.Hardware.Camera.TakePicture(.IShutterCallback, .IPictureCallback, .IPictureCallback) to indicate still image capture.
const
StartVideoRecordingMediaActionSoundType (2). The sound used by MediaRecorder.Start to indicate the start of video recording.
const
StopVideoRecordingMediaActionSoundType (3). The sound used by MediaRecorder.Stop to indicate the end of video recording.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Load(MediaActionSoundType)
Preload a predefined platform sound to minimize latency when the sound is played later by MediaActionSound.Play(MediaActionSoundType).
LoadAsync(MediaActionSoundType) : System.Threading.Tasks.Task
Documentation for this section has not yet been entered.
Play(MediaActionSoundType)
Release()
Free up all audio resources used by this MediaActionSound instance.