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 Sat Apr 26 2025 05:55:45 for LeviLamina by
1.12.0