Table of Contents
API reference

Method Encode

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

Encode(ReadOnlySpan<byte>, ref Span<byte>)

Encodes the Opus.

public void Encode(ReadOnlySpan<byte> pcm, ref Span<byte> target)

Parameters

pcm ReadOnlySpan<byte>

The pcm.

target Span<byte>

The target.