Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the filter parameters from one of this voice's sends.
Syntax
\\ void GetOutputFilterParameters(
[in] IXAudio2Voice *pDestinationVoice,
[out] XAUDIO2_FILTER_PARAMETERS *pParameters
);
Parameters
[in] pDestinationVoice
IXAudio2Voice pointer to the destination voice of the send whose filter parameters will be read.
[out] pParameters
Pointer to an XAUDIO2_FILTER_PARAMETERS structure containing the filter information.
Return value
This method does not return a value.
Remarks
GetOutputFilterParameters will fail if the send was not created with the XAUDIO2_SEND_USEFILTER flag. This method is usable only on sends belonging to source and submix voices and has no effect on mastering voices’ sends.
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 | xaudio2.h |