LeviLamina
Loading...
Searching...
No Matches
PortPrunePolicy.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
PortPrunePolicy :
int
{
8
NoPrune = 0,
9
PruneBasedOnPriority = 1,
10
KeepFirstReady = 2,
11
};
12
13
}
src
mc
external
webrtc
PortPrunePolicy.h
Generated on Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0