CameraDevice.AudioRestrictionVibrationSound Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Camera2.CameraDeviceAudioRestrictionType enum directly instead of this field.

Mute vibration and sound from ringtones, alarms or notifications while this camera device is in use.

[Android.Runtime.Register("AUDIO_RESTRICTION_VIBRATION_SOUND", ApiSince=30)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.CameraDeviceAudioRestrictionType enum directly instead of this field.", true)]
public const Android.Hardware.Camera2.CameraDeviceAudioRestrictionType AudioRestrictionVibrationSound = 3;
[<Android.Runtime.Register("AUDIO_RESTRICTION_VIBRATION_SOUND", ApiSince=30)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Hardware.Camera2.CameraDeviceAudioRestrictionType enum directly instead of this field.", true)>]
val mutable AudioRestrictionVibrationSound : Android.Hardware.Camera2.CameraDeviceAudioRestrictionType

Field Value

Value = 3
Attributes

Remarks

Mute vibration and sound from ringtones, alarms or notifications while this camera device is in use.

Java documentation for android.hardware.camera2.CameraDevice.AUDIO_RESTRICTION_VIBRATION_SOUND.

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