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 Sat Apr 26 2025 05:55:43 for LeviLamina by
1.12.0