LeviLamina
Loading...
Searching...
No Matches
BweNames.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7enum class BweNames : int {
8 KReceiverNoExtension = 0,
9 KReceiverTOffset = 1,
10 KReceiverAbsSendTime = 2,
11 KSendSideTransportSeqNum = 3,
12 KBweNamesMax = 4,
13};
14
15}