AudioDescriptor.StandardEdid Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This constant will be removed in the future version. Use Android.Media.AudioDescriptorStandard enum directly instead of this field.
The Extended Display Identification Data (EDID) standard for a short audio descriptor.
[Android.Runtime.Register("STANDARD_EDID", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDescriptorStandard enum directly instead of this field.", true)]
public const Android.Media.AudioDescriptorStandard StandardEdid = 1;
[<Android.Runtime.Register("STANDARD_EDID", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.AudioDescriptorStandard enum directly instead of this field.", true)>]
val mutable StandardEdid : Android.Media.AudioDescriptorStandard
Field Value
Value = 1Implements
- Attributes
Remarks
The Extended Display Identification Data (EDID) standard for a short audio descriptor.
Java documentation for android.media.AudioDescriptor.STANDARD_EDID
.
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.