LeviLamina
Loading...
Searching...
No Matches
IceCandidatePairProtocol.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
IceCandidatePairProtocol :
int
{
8
KUnknown = 0,
9
KUdp = 1,
10
KTcp = 2,
11
KSsltcp = 3,
12
KTls = 4,
13
KNumValues = 5,
14
};
15
16
}
src
mc
external
webrtc
IceCandidatePairProtocol.h
Generated on Wed Jul 23 2025 08:34:08 for LeviLamina by
1.12.0