Uses of Class
io.github.eggy03.ferrumx.windows.entity.display.Win32VideoController
Packages that use Win32VideoController
Package
Description
-
Uses of Win32VideoController in io.github.eggy03.ferrumx.windows.mapping.display
Classes in io.github.eggy03.ferrumx.windows.mapping.display that implement interfaces with type arguments of type Win32VideoControllerModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32VideoController -
Uses of Win32VideoController in io.github.eggy03.ferrumx.windows.service.display
Classes in io.github.eggy03.ferrumx.windows.service.display that implement interfaces with type arguments of type Win32VideoControllerModifier and TypeClassDescriptionclassService class for fetching video controller (GPU) information from the system.Methods in io.github.eggy03.ferrumx.windows.service.display that return types with arguments of type Win32VideoControllerModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32VideoController> Win32VideoControllerService.get()Retrieves an immutable list of video controllers (GPUs) present in the system.@NotNull @Unmodifiable List<Win32VideoController> Win32VideoControllerService.get(long timeout) Retrieves an immutable list of video controllers (GPUs) present in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32VideoController> Win32VideoControllerService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of video controllers (GPUs) present in the system using the caller'sPowerShellsession.