ApplicationMediaCapabilities.IsHdrTypeSupported(String) Method

Definition

Query if a HDR type is supported by the application.

[Android.Runtime.Register("isHdrTypeSupported", "(Ljava/lang/String;)Z", "", ApiSince=31)]
public bool IsHdrTypeSupported (string hdrType);
[<Android.Runtime.Register("isHdrTypeSupported", "(Ljava/lang/String;)Z", "", ApiSince=31)>]
member this.IsHdrTypeSupported : string -> bool

Parameters

hdrType
String

The type of the HDR format.

Returns

true if application supports the HDR format, false otherwise.

Attributes

Remarks

Java documentation for android.media.ApplicationMediaCapabilities.isHdrTypeSupported(java.lang.String).

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