Share via


AudioPresentation.MasteringNotIndicated Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.MasteringIndicationType enum directly instead of this field.

No preferred reproduction channel layout.

[Android.Runtime.Register("MASTERING_NOT_INDICATED", ApiSince=28)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MasteringIndicationType enum directly instead of this field.", true)]
public const Android.Media.MasteringIndicationType MasteringNotIndicated = 0;
[<Android.Runtime.Register("MASTERING_NOT_INDICATED", ApiSince=28)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.MasteringIndicationType enum directly instead of this field.", true)>]
val mutable MasteringNotIndicated : Android.Media.MasteringIndicationType

Field Value

Value = 0

Implements

Attributes

Remarks

No preferred reproduction channel layout.

Java documentation for android.media.AudioPresentation.MASTERING_NOT_INDICATED.

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