Enum DisplayType
Defines the possible display implementations
Namespace: ic4
Assembly: ic4dotnet.dll
Syntax
public enum DisplayType
Fields
| Name | Description |
|---|---|
| Default | Selects the platform's default display type. For Windows, this selects Win32OpenGL. For Linux, this selects LinuxGStreamer. |
| LinuxGStreamer | Simple GStreamer-based display for Linux platforms |
| Win32OpenGL | Optimized OpenGL display for Windows platform |


