MediaCodecInfo.CodecProfileLevel.DolbyVisionLevelUhd120 Field

Definition

Caution

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

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

Field Value

Value = 512
Attributes

Applies to