AudioAttributes.Flags Property

Definition

Return the flags.

public Android.Media.AudioFlags Flags { [Android.Runtime.Register("getFlags", "()I", "")] get; }
[<get: Android.Runtime.Register("getFlags", "()I", "")>]
member this.Flags : Android.Media.AudioFlags

Property Value

a combined mask of all flags

Attributes

Remarks

Return the flags.

Java documentation for android.media.AudioAttributes.getFlags().

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