Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the types of wireless display (Miracast) protocol event that the user-mode display driver should report.
Syntax
typedef enum {
MIRACAST_PROTOCOL_EVENT_IFRAME_RQ,
MIRACAST_PROTOCOL_EVENT_MONITOR_ARRIVE,
MIRACAST_PROTOCOL_EVENT_MONITOR_DEPART,
MIRACAST_PROTOCOL_EVENT_SINK_FAILED_PREFERRED_MODE_CHANGE,
MIRACAST_PROTOCOL_EVENT_FORCE_UINT32
} MIRACAST_PROTOCOL_EVENT;
Constants
MIRACAST_PROTOCOL_EVENT_IFRAME_RQThe driver received a request for a new IDR type of I-frame from the Miracast sink. |
MIRACAST_PROTOCOL_EVENT_MONITOR_ARRIVEThe driver received a monitor connection event from the Miracast sink. |
MIRACAST_PROTOCOL_EVENT_MONITOR_DEPARTThe driver received a monitor disconnection event from the Miracast sink. |
MIRACAST_PROTOCOL_EVENT_SINK_FAILED_PREFERRED_MODE_CHANGEReserved for system use. Do not use in your driver. |
MIRACAST_PROTOCOL_EVENT_FORCE_UINT32Forces this enumeration to compile to 32 bits in size. Without this value, some compilers would allow this enumeration to compile to a size other than 32 bits. You should not use this value. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 8.1 |
| Minimum supported server | Windows Server 2012 R2 |
| Header | netdispumdddi.h (include Netdispumdddi.h) |