AudioPresentation.MasteringIndication Property

Definition

public Android.Media.MasteringIndicationType MasteringIndication { [Android.Runtime.Register("getMasteringIndication", "()I", "", ApiSince=28)] get; }
[<get: Android.Runtime.Register("getMasteringIndication", "()I", "", ApiSince=28)>]
member this.MasteringIndication : Android.Media.MasteringIndicationType

Property Value

the mastering indication of the audio presentation. See AudioPresentation#MASTERING_NOT_INDICATED, AudioPresentation#MASTERED_FOR_STEREO, AudioPresentation#MASTERED_FOR_SURROUND, AudioPresentation#MASTERED_FOR_3D, AudioPresentation#MASTERED_FOR_HEADPHONE

Attributes

Remarks

Java documentation for android.media.AudioPresentation.getMasteringIndication().

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