LeviLamina
Loading...
Searching...
No Matches
H264Profile.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
H264Profile :
int
{
8
KProfileConstrainedBaseline = 0,
9
KProfileBaseline = 1,
10
KProfileMain = 2,
11
KProfileConstrainedHigh = 3,
12
KProfileHigh = 4,
13
KProfilePredictiveHigh444 = 5,
14
};
15
16
}
src
mc
external
webrtc
H264Profile.h
Generated on Wed Jul 23 2025 08:34:07 for LeviLamina by
1.12.0