Table of Contents
API reference

Property EnableExternalOpus

Namespace
DisCatSharp.Voice
Assembly
DisCatSharp.Voice.dll

EnableExternalOpus

Enables accepting pre-encoded Opus frames from an external source via BindExternalOpusSourceAsync(IExternalOpusSource, CancellationToken).

When enabled, the internal Opus encoder is bypassed for externally-supplied frames, while RTP framing, DAVE E2EE, and AEAD transport encryption are still applied.

Defaults to false.

public bool EnableExternalOpus { set; }

Property Value

bool