LeviLamina
Loading...
Searching...
No Matches
SdpSemantics.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7enum class SdpSemantics : int {
8 KPlanBDeprecated = 0,
9 KPlanB = 0,
10 KUnifiedPlan = 1,
11};
12
13}