LeviLamina
Loading...
Searching...
No Matches
DegradationPreference.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
webrtc {
6
7
enum class
DegradationPreference :
int
{
8
Disabled = 0,
9
MaintainFramerate = 1,
10
MaintainResolution = 2,
11
Balanced = 3,
12
};
13
14
}
src
mc
external
webrtc
DegradationPreference.h
Generated on Sat Apr 26 2025 05:55:42 for LeviLamina by
1.12.0