IXACTEngine::GetRendererDetails
Returns the details about the audio rendering device identified by the passed index.
STDAPI GetRendererDetails(
XACTINDEX nRendererIndex,
LPXACT_RENDERER_DETAILS pRendererDetails
);
Parameters
- nRendererIndex
- [in] Index of the audio renderer. This index must be smaller than the count returned by IXACTEngine::GetRendererCount.
- pRendererDetails
- [out] Ptr to an XACT_RENDERER_DETAILS structure that receives the renderer details.
Return Values
Returns S_OK if successful, an error code otherwise.
Requirements
Header: Declared in Xact.h.