Table of Contents

Property OpusData

Namespace
DSharpPlus.VoiceNext.EventArgs
Assembly
DSharpPlus.VoiceNext.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>