CXAPOBase::CXAPOBase method (xapobase.h)

Creates an instance of the CXAPOBase class.

Syntax

void CXAPOBase(
  const XAPO_REGISTRATION_PROPERTIES *pRegistrationProperties
);

Parameters

pRegistrationProperties

Pointer to an XAPO_REGISTRATION_PROPERTIES structure containing the registration properties for the XAPO.

Return value

None

Remarks

The object created by this CXAPOBase will have a reference count of 1.

Platform Requirements

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

Requirements

Requirement Value
Target Platform Windows
Header xapobase.h
Library XAPOBase.lib

See also

CXAPOBase