Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

IXAudio2::GetPerformanceData method

Returns current resource usage details, such as available memory or CPU usage.

Syntax


void GetPerformanceData(
  [out] XAUDIO2_PERFORMANCE_DATA *pPerfData
);

Parameters

pPerfData [out]

On success, pointer to an XAUDIO2_PERFORMANCE_DATA structure that is returned.

Return value

This method does not return a value.

Remarks

For specific information on the statistics returned by GetPerformanceData, see the XAUDIO2_PERFORMANCE_DATA structure reference.

Platform Requirements

Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)

Requirements

Header

Xaudio2.h

See also

IXAudio2

 

 

Show:
© 2017 Microsoft