Table of Contents
API reference

Property OpusData

Namespace
DisCatSharp.Voice.EventArgs
Assembly
DisCatSharp.Voice.dll

OpusData

Gets the received voice data, in Opus format. Note that for packets that were lost and/or compensated for, this will be empty.

public ReadOnlyMemory<byte> OpusData { get; }

Property Value

ReadOnlyMemory<byte>