
Specifies types of Miracast statistics data that the user-mode display driver generates. Specifies the types of wireless display (Miracast) protocol event that the user-mode display driver should report.Ĭontains info on a wireless display (Miracast) connected session.Ĭontains Miracast statistics data that the user-mode display driver reports to the operating system. Specifies the types of wireless display (Miracast) chunk info that is to be processed.Ĭontains info used in the wireless display (Miracast) pfnDataRateNotify function about the audio/video encoder bit rate and failed or retried Wi-Fi frames.Ĭontains pointers to wireless display (Miracast) functions that are implemented by the Miracast user-mode driver. Stores info that identifies a wireless display (Miracast) encode chunk.Ĭontains info about a specified wireless display (Miracast) encode chunk. TopicĬontains pointers to wireless display (Miracast) runtime callback functions that the Miracast user-mode driver can call.Ĭontains encode chunk data that is used when a user-mode driver calls the wireless display (Miracast) GetNextChunkData function.

This function is registered with the operating system when the RegisterForDataRateNotifications function is called.Ĭalled by the operating system to query the Miracast user-mode driver interface, MIRACAST_DRIVER_INTERFACE.Ĭalled by the operating system to start a Miracast connected session.Ĭalled by the operating system to start a Miracast connected session that had earlier been started by a call to the StartMiracastSession function.Īll user-mode structures and enumerations that are used with Miracast display device driver interfaces (DDIs). TopicĬalled by the operating system to create a user-mode Miracast context.Ĭalled by the operating system to destroy a user-mode Miracast context.Ĭalled by the operating system to handle the asynchronous kernel-mode message that the Miracast user-mode driver receives when the display miniport driver calls the DxgkCbMiracastSendMessage function.Ĭalled by the operating system to notify the Miracast user-mode driver that the bit rate of the Miracast network link has changed.

In response to an operating system call to the QueryMiracastDriverInterface function, the Miracast user-mode driver must supply pointers to these functions in the MIRACAST_DRIVER_INTERFACE structure, except for pfnDataRateNotify, which is has a pointer declared in RegisterForDataRateNotifications.
