LeviLamina
Loading...
Searching...
No Matches
KeyFrameReqMethod.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace webrtc {
6
7enum class KeyFrameReqMethod : uchar {
8 KNone = 0,
9 KPliRtcp = 1,
10 KFirRtcp = 2,
11};
12
13}