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