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
decoderOpusDecoderThe decoder.
frameSizeintThe frame size.
targetSpan<byte>The target.