Table of Contents

Struct VoicePacketHandlingResult

Namespace
NetCord.Gateway.Voice
Assembly
NetCord.dll
public readonly struct VoicePacketHandlingResult
Inherited Members

Constructors

VoicePacketHandlingResult(ushort, bool)

public VoicePacketHandlingResult(ushort framesMissed, bool handle)

Parameters

framesMissed ushort
handle bool

Properties

FramesMissed

public ushort FramesMissed { get; }

Property Value

ushort

Handle

public bool Handle { get; }

Property Value

bool