Langue

ParameterCapability.IsMutable Property

Definition

Returns whether this parameter can currently be modified by the application.

public bool IsMutable { [Android.Runtime.Register("isMutable", "()Z", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("isMutable", "()Z", "", ApiSince=37)>]
member this.IsMutable : bool

Property Value

Returns whether this parameter can currently be modified by the application.

Attributes

Remarks

Returns whether this parameter can currently be modified by the application.

Returns false if the parameter is read-only due to the current device state (e.g., a specific picture mode is active that locks this parameter).

Android reference for android.media.quality.ParameterCapability.isMutable.

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