MediaCodecInfo.CodecProfileLevel.AC4Profile10 Field

Definition

Caution

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

AC-4 codec profile with bitstream_version 1 and presentation_version 0 as per ETSI TS 103 190-2 v1.

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

Field Value

Value = 513
Attributes

Remarks

AC-4 codec profile with bitstream_version 1 and presentation_version 0 as per ETSI TS 103 190-2 v1.2.1

Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.AC4Profile10.

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