AudioFormat.EncodingAc4L4 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.Encoding enum directly instead of this field.
Audio data format: AC-4 level 4 sync frame transport format
[Android.Runtime.Register("ENCODING_AC4_L4", ApiSince=37)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)]
public const Android.Media.Encoding EncodingAc4L4 = 32;
[<Android.Runtime.Register("ENCODING_AC4_L4", ApiSince=37)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)>]
val mutable EncodingAc4L4 : Android.Media.Encoding
Field Value
Value = 32Implements
- Attributes