Add adaptive packet loss handling
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
// Windows-facing state and command values used by the WinForms application.
|
||||
namespace VoiceCat.Windows;
|
||||
|
||||
public enum VcPacketLossMode { Manual, AutoFast, AutoBalanced, AutoStable }
|
||||
|
||||
public enum VcResult
|
||||
{
|
||||
Ok = 0,
|
||||
|
||||
Reference in New Issue
Block a user