Skip to content

Latest commit

 

History

History
81 lines (57 loc) · 3.11 KB

nc-netdispumdddi-pfn_datarate_notification.md

File metadata and controls

81 lines (57 loc) · 3.11 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NC:netdispumdddi.PFN_DATARATE_NOTIFICATION
PFN_DATARATE_NOTIFICATION (netdispumdddi.h)
Called by the operating system to notify the Miracast user-mode driver that the bit rate of the Miracast network link has changed. This function is registered with the operating system when the RegisterForDataRateNotifications function is called.
display\pfndataratenotify.htm
display
05/10/2018
PFN_DATARATE_NOTIFICATION callback function
PFN_DATARATE_NOTIFICATION, PFN_DATARATE_NOTIFICATION callback, display.pfndataratenotify, netdispumdddi/pfnDataRateNotify, pfnDataRateNotify, pfnDataRateNotify callback function [Display Devices]
netdispumdddi.h
Netdispumdddi.h
Desktop
Windows 8.1
Windows Server 2012 R2
Windows
PFN_DATARATE_NOTIFICATION
netdispumdddi/PFN_DATARATE_NOTIFICATION
APIRef
kbSyntax
UserDefined
Netdispumdddi.h
PFN_DATARATE_NOTIFICATION

PFN_DATARATE_NOTIFICATION callback function

-description

Called by the operating system to notify the Miracast user-mode driver that the bit rate of the Miracast network link has changed. This function is registered with the operating system when the RegisterForDataRateNotifications function is called.

-parameters

-param context [in]

A pointer to a context block associated with a display adapter.

The context value is the value the driver passed in its call to the RegisterForDataRateNotifications function when it registered the pfnDataRateNotify function.

-param pDataRateStats [in, optional]

An optional pointer to a MIRACAST_DATARATE_STATS structure that contains info on the audio/video encoder bit rate and failed or retried Wi-Fi frames.

Can be NULL if the network has an error. For more info, see Remarks.

-remarks

If data on the quality of service (QoS) of the network connection becomes unavailable, the pDataRateStats parameter will be set to NULL, and this function will not be called again.

-see-also

DxgkDdiAddDevice

MIRACAST_DATARATE_STATS

RegisterForDataRateNotifications