Share via


HdrConversionMode.HdrConversionPassthrough Field

Definition

Caution

This constant will be removed in the future version. Use Android.Hardware.Display.HdrConversionModeSupport enum directly instead of this field.

HDR output conversion is disabled

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

Field Value

Value = 1

Implements

Attributes

Remarks

HDR output conversion is disabled

Java documentation for android.hardware.display.HdrConversionMode.HDR_CONVERSION_PASSTHROUGH.

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