LeviLamina
Loading...
Searching...
No Matches
LossBasedState.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
LossBasedState :
int
{
8
KIncreasing = 0,
9
KIncreaseUsingPadding = 1,
10
KDecreasing = 2,
11
KDelayBasedEstimate = 3,
12
};
13
14
}
src-server
mc
external
webrtc
LossBasedState.h
Generated on Tue Nov 25 2025 04:01:09 for LeviLamina by
1.12.0