Display.HdrCapabilities.GetSupportedHdrTypes Method

Definition

Gets the supported HDR types of this display.

[Android.Runtime.Register("getSupportedHdrTypes", "()[I", "", ApiSince=24)]
public Android.Views.HdrType[]? GetSupportedHdrTypes ();
[<Android.Runtime.Register("getSupportedHdrTypes", "()[I", "", ApiSince=24)>]
member this.GetSupportedHdrTypes : unit -> Android.Views.HdrType[]

Returns

Attributes

Remarks

Gets the supported HDR types of this display. Returns empty array if HDR is not supported by the display.

This member is deprecated. use Display#getMode() and Mode#getSupportedHdrTypes() instead

Java documentation for android.view.Display.HdrCapabilities.getSupportedHdrTypes().

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