HdmiDisplayInformation 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
表示類別,其中包含可用來與顯示器互動的方法。
public ref class HdmiDisplayInformation sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class HdmiDisplayInformation final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class HdmiDisplayInformation
Public NotInheritable Class HdmiDisplayInformation
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 10 Creators Update (已於 10.0.15063.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v4.0 引進)
|
方法
GetCurrentDisplayMode() |
取得 HdmiDisplayMode 物件,該物件提供連線裝置目前顯示模式的相關資訊,例如電視。 |
GetForCurrentView() |
取得 HdmiDisplayInformation 物件,這是目前傳送至顯示器的視訊內容的顯示資訊,例如電視或監視器。 |
GetSupportedDisplayModes() |
取得目前顯示所支援的顯示模式。 這取決於您的裝置類型、規格和設定。 |
RequestSetCurrentDisplayModeAsync(HdmiDisplayMode) |
傳送要求,只設定顯示器的顯示模式。 |
RequestSetCurrentDisplayModeAsync(HdmiDisplayMode, HdmiDisplayHdrOption) |
傳送要求,只設定顯示器的顯示模式和 HDR 選項。 |
RequestSetCurrentDisplayModeAsync(HdmiDisplayMode, HdmiDisplayHdrOption, HdmiDisplayHdr2086Metadata) |
傳送要求,以根據輸入參數來設定顯示。 |
SetDefaultDisplayModeAsync() |
將顯示設定回預設設定。 |
事件
DisplayModesChanged |
顯示模式變更時引發的事件。 |