CameraDevice.AudioRestrictionNone Field

Definition

Caution

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

No vibration or sound muting for this camera device.

[Android.Runtime.Register("AUDIO_RESTRICTION_NONE", 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 AudioRestrictionNone = 0;
[<Android.Runtime.Register("AUDIO_RESTRICTION_NONE", 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 AudioRestrictionNone : Android.Hardware.Camera2.CameraDeviceAudioRestrictionType

Field Value

Value = 0
Attributes

Remarks

No vibration or sound muting for this camera device. This is the default mode for all camera devices.

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

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