AudioRecord.IsPrivacySensitive Property

Definition

Returns whether this AudioRecord is marked as privacy sensitive or not.

public virtual bool IsPrivacySensitive { [Android.Runtime.Register("isPrivacySensitive", "()Z", "GetIsPrivacySensitiveHandler", ApiSince=30)] get; }
[<get: Android.Runtime.Register("isPrivacySensitive", "()Z", "GetIsPrivacySensitiveHandler", ApiSince=30)>]
member this.IsPrivacySensitive : bool

Property Value

true if privacy sensitive, false otherwise

Attributes

Remarks

Returns whether this AudioRecord is marked as privacy sensitive or not.

See Builder#setPrivacySensitive(boolean)

Java documentation for android.media.AudioRecord.isPrivacySensitive().

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