Table of Contents

Method InstallFilter

Namespace
DSharpPlus.VoiceNext
Assembly
DSharpPlus.VoiceNext.dll

InstallFilter(IVoiceFilter, int)

Installs a new PCM filter, with specified execution order.

public void InstallFilter(IVoiceFilter filter, int order = 2147483647)

Parameters

filter IVoiceFilter

Filter to install.

order int

Order of the new filter. This determines where the filter will be inserted in the filter pipeline.