LeviLamina
Loading...
Searching...
No Matches
MediaProtocolType.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace cricket {
6
7enum class MediaProtocolType : int {
8 KRtp = 0,
9 KSctp = 1,
10 KOther = 2,
11};
12
13}