XACT_RENDERER_DETAILS

Contains the details for an XACT renderer.

typedef struct XACT_RENDERER_DETAILS {
    WCHAR rendererID[XACT_RENDERER_ID_LENGTH];
    WCHAR displayName[XACT_RENDERER_NAME_LENGTH];
    BOOL defaultDevice;
} XACT_RENDERER_DETAILS, *LPXACT_RENDERER_DETAILS;

Members

rendererID
The string ID for the rendering device.
displayName
A friendly name suitable for display to a human.
defaultDevice
Set to TRUE if this device is the primary audio device on the system.

Requirements

Header: Declared in Xact.h.

See Also

XACT Structures