IXAudio2::GetPerformanceData Method

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

Syntax

public:
void GetPerformanceData(
         XAUDIO2_PERFORMANCE_DATA *pPerfData
)  

Parameters

pPerfData
Type: XAUDIO2_PERFORMANCE_DATA *

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

Return value

None.

Remarks

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

Requirements

Header: Declared in xaudio2.h.

Library: Use xaudio2.lib.

See also

IXAudio2

IXAudio2 Members