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