Struct VoicePacketHandlingResult
public readonly struct VoicePacketHandlingResult
- Inherited Members
Constructors
VoicePacketHandlingResult(ushort, bool)
public VoicePacketHandlingResult(ushort framesMissed, bool handle)
Parameters
Properties
FramesMissed
public ushort FramesMissed { get; }
Property Value
Handle
public bool Handle { get; }