LeviLamina
Loading...
Searching...
No Matches
VideoFrameType.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
VideoFrameType :
int
{
8
KEmptyFrame = 0,
9
KVideoFrameKey = 3,
10
KVideoFrameDelta = 4,
11
};
12
13
}
src
mc
external
webrtc
VideoFrameType.h
Generated on Thu Oct 2 2025 18:10:10 for LeviLamina by
1.12.0