IXAPOParameters interface
An optional interface that allows an XAPO to use effect-specific parameters.
Members
The IXAPOParameters interface inherits from the IUnknown interface. IXAPOParameters also has these types of members:
Methods
The IXAPOParameters interface has these methods.
| Method | Description |
|---|---|
| AddRef |
Increments the XAPO object's reference count. |
| GetParameters |
Gets the current values for any effect-specific parameters. |
| QueryInterface |
Retrieves the requested interface pointer if the XAPO supports it. |
| Release |
Decrements the XAPO object's reference count and deletes the object if the reference count falls to zero. |
| SetParameters |
Sets effect-specific parameters. |
Remarks
Platform Requirements
Windows 10 (XAudio2.9); Windows 8, Windows Phone 8 (XAudio 2.8); DirectX SDK (XAudio 2.7)
Requirements
|
Header |
|
|---|
See also
Show: