API reference
Method GetInstalledFilters
- Namespace
- DisCatSharp.Voice.Entities
- Assembly
- DisCatSharp.Voice.dll
GetInstalledFilters()
Gets the collection of installed PCM filters, in order of their execution.
public IEnumerable<IVoiceFilter> GetInstalledFilters()
Returns
- IEnumerable<IVoiceFilter>
Installed PCM filters, in order of execution.