Freigeben über


HdmiDisplayInformation.RequestSetCurrentDisplayModeAsync Methode

Definition

Überlädt

RequestSetCurrentDisplayModeAsync(HdmiDisplayMode)

Sendet die Anforderung, nur den Anzeigemodus für die Anzeige festzulegen.

RequestSetCurrentDisplayModeAsync(HdmiDisplayMode, HdmiDisplayHdrOption)

Sendet die Anforderung, nur den Anzeigemodus und die HDR-Option für die Anzeige festzulegen.

RequestSetCurrentDisplayModeAsync(HdmiDisplayMode, HdmiDisplayHdrOption, HdmiDisplayHdr2086Metadata)

Sendet die Anforderung, die Anzeige entsprechend den Eingabeparametern festzulegen.

RequestSetCurrentDisplayModeAsync(HdmiDisplayMode)

Sendet die Anforderung, nur den Anzeigemodus für die Anzeige festzulegen.

public:
 virtual IAsyncOperation<bool> ^ RequestSetCurrentDisplayModeAsync(HdmiDisplayMode ^ mode) = RequestSetCurrentDisplayModeAsync;
/// [Windows.Foundation.Metadata.Overload("RequestSetCurrentDisplayModeAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestSetCurrentDisplayModeAsync(HdmiDisplayMode const& mode);
[Windows.Foundation.Metadata.Overload("RequestSetCurrentDisplayModeAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestSetCurrentDisplayModeAsync(HdmiDisplayMode mode);
function requestSetCurrentDisplayModeAsync(mode)
Public Function RequestSetCurrentDisplayModeAsync (mode As HdmiDisplayMode) As IAsyncOperation(Of Boolean)

Parameter

Gibt zurück

Wert, der angibt, ob die Setanforderung erfolgreich ist.

Attribute

Gilt für:

RequestSetCurrentDisplayModeAsync(HdmiDisplayMode, HdmiDisplayHdrOption)

Sendet die Anforderung, nur den Anzeigemodus und die HDR-Option für die Anzeige festzulegen.

public:
 virtual IAsyncOperation<bool> ^ RequestSetCurrentDisplayModeAsync(HdmiDisplayMode ^ mode, HdmiDisplayHdrOption hdrOption) = RequestSetCurrentDisplayModeAsync;
/// [Windows.Foundation.Metadata.Overload("RequestSetCurrentDisplayModeWithHdrAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestSetCurrentDisplayModeAsync(HdmiDisplayMode const& mode, HdmiDisplayHdrOption const& hdrOption);
[Windows.Foundation.Metadata.Overload("RequestSetCurrentDisplayModeWithHdrAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestSetCurrentDisplayModeAsync(HdmiDisplayMode mode, HdmiDisplayHdrOption hdrOption);
function requestSetCurrentDisplayModeAsync(mode, hdrOption)
Public Function RequestSetCurrentDisplayModeAsync (mode As HdmiDisplayMode, hdrOption As HdmiDisplayHdrOption) As IAsyncOperation(Of Boolean)

Parameter

mode
HdmiDisplayMode

Der Anzeigemodus.

hdrOption
HdmiDisplayHdrOption

Die elektrooptische Übertragungsfunktion (EOTF), die zum master des HDR-Inhalts verwendet wird.

Gibt zurück

Wert, der angibt, ob die Setanforderung erfolgreich ist.

Attribute

Gilt für:

RequestSetCurrentDisplayModeAsync(HdmiDisplayMode, HdmiDisplayHdrOption, HdmiDisplayHdr2086Metadata)

Sendet die Anforderung, die Anzeige entsprechend den Eingabeparametern festzulegen.

public:
 virtual IAsyncOperation<bool> ^ RequestSetCurrentDisplayModeAsync(HdmiDisplayMode ^ mode, HdmiDisplayHdrOption hdrOption, HdmiDisplayHdr2086Metadata hdrMetadata) = RequestSetCurrentDisplayModeAsync;
/// [Windows.Foundation.Metadata.Overload("RequestSetCurrentDisplayModeWithHdrAndMetadataAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> RequestSetCurrentDisplayModeAsync(HdmiDisplayMode const& mode, HdmiDisplayHdrOption const& hdrOption, HdmiDisplayHdr2086Metadata const& hdrMetadata);
[Windows.Foundation.Metadata.Overload("RequestSetCurrentDisplayModeWithHdrAndMetadataAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> RequestSetCurrentDisplayModeAsync(HdmiDisplayMode mode, HdmiDisplayHdrOption hdrOption, HdmiDisplayHdr2086Metadata hdrMetadata);
function requestSetCurrentDisplayModeAsync(mode, hdrOption, hdrMetadata)
Public Function RequestSetCurrentDisplayModeAsync (mode As HdmiDisplayMode, hdrOption As HdmiDisplayHdrOption, hdrMetadata As HdmiDisplayHdr2086Metadata) As IAsyncOperation(Of Boolean)

Parameter

mode
HdmiDisplayMode

Der Anzeigemodus.

hdrOption
HdmiDisplayHdrOption

Die elektrooptische Übertragungsfunktion (EOTF), die zum master des HDR-Inhalts verwendet wird.

hdrMetadata
HdmiDisplayHdr2086Metadata

Die 10-Bit-Anzeigemetadaten, die zum Anpassen der Ausgabe verwendet werden.

Gibt zurück

Wert, der angibt, ob die Setanforderung erfolgreich ist.

Attribute

Gilt für: