AudioRenderEffectsManager.GetAudioRenderEffects Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of audio effects on the device.
public:
virtual IVectorView<AudioEffect ^> ^ GetAudioRenderEffects() = GetAudioRenderEffects;
IVectorView<AudioEffect> GetAudioRenderEffects();
public IReadOnlyList<AudioEffect> GetAudioRenderEffects();
function getAudioRenderEffects()
Public Function GetAudioRenderEffects () As IReadOnlyList(Of AudioEffect)
Returns
The list of audio effects.