Class Utility
Nvidia-related utility functions.
Inheritance
System.Object
    Utility
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: FM.LiveSwitch.Nvidia
Assembly: FM.LiveSwitch.Nvidia.dll
Syntax
public class Utility
  Properties
LogContext
Gets or sets the log context.
Declaration
public static LogContext LogContext { get; set; }
  Property Value
| Type | Description | 
|---|---|
| LogContext | 
NvdecSupported
Gets whether this platform supports NVDEC.
Declaration
public static bool NvdecSupported { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean | 
NvencSupported
Gets whether this platform supports NVENC.
Declaration
public static bool NvencSupported { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |