MediaActionSound.FocusComplete Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MediaActionSoundType enum directly instead of this field.

A sound to indicate that focusing has completed.

[Android.Runtime.Register("FOCUS_COMPLETE")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaActionSoundType enum directly instead of this field.", true)]
public const Android.Media.MediaActionSoundType FocusComplete = 1;
[<Android.Runtime.Register("FOCUS_COMPLETE")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MediaActionSoundType enum directly instead of this field.", true)>]
val mutable FocusComplete : Android.Media.MediaActionSoundType

Field Value

Value = 1
Attributes

Remarks

A sound to indicate that focusing has completed. Because deciding when this occurs is application-dependent, this sound is not used by any methods in the media or camera APIs.

Java documentation for android.media.MediaActionSound.FOCUS_COMPLETE.

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

See also