Table of Contents
API reference

Method ProcessPacketLoss

Namespace
DisCatSharp.Voice.Codec
Assembly
DisCatSharp.Voice.dll

ProcessPacketLoss(OpusDecoder, int, ref Span<byte>)

Processes the packet loss.

public void ProcessPacketLoss(OpusDecoder decoder, int frameSize, ref Span<byte> target)

Parameters

decoder OpusDecoder

The decoder.

frameSize int

The frame size.

target Span<byte>

The target.