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 |
显示模式更改时引发的事件。 |