mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Experimental GPU overclock
This commit is contained in:
23
app/NvAPIWrapper/Native/Display/InfoFrameVideoITC.cs
Normal file
23
app/NvAPIWrapper/Native/Display/InfoFrameVideoITC.cs
Normal file
@@ -0,0 +1,23 @@
|
||||
namespace NvAPIWrapper.Native.Display
|
||||
{
|
||||
/// <summary>
|
||||
/// Contains possible AVI video content modes
|
||||
/// </summary>
|
||||
public enum InfoFrameVideoITC : uint
|
||||
{
|
||||
/// <summary>
|
||||
/// Normal video content (Consumer Electronics)
|
||||
/// </summary>
|
||||
VideoContent = 0,
|
||||
|
||||
/// <summary>
|
||||
/// Information Technology content
|
||||
/// </summary>
|
||||
ITContent,
|
||||
|
||||
/// <summary>
|
||||
/// Auto (Unspecified)
|
||||
/// </summary>
|
||||
Auto = 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user