MediaFormat.ColorRangeFull Field

Definition

Caution

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

Full range.

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

Field Value

Value = 1
Attributes

Remarks

Full range. Y, Cr and Cb component values range from 0 to 255 for 8-bit content.

Java documentation for android.media.MediaFormat.COLOR_RANGE_FULL.

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