An adapter represents a single graphics card / GPU / PCI adapter which is available for graphics and video decoding acceleration. Use this class to get the list of all available adapter, then select an adapter from this list and use it to create an accelerator instance.
More...
An adapter represents a single graphics card / GPU / PCI adapter which is available for graphics and video decoding acceleration. Use this class to get the list of all available adapter, then select an adapter from this list and use it to create an accelerator instance.
◆ All
List<Adapter> RealNetworks.CameraKit.Adapter.All |
|
staticget |
Returns the list of all available adapters.
◆ DedicatedVideoMemorySize
ulong RealNetworks.CameraKit.Adapter.DedicatedVideoMemorySize |
|
get |
Returns the amount of dedicated video RAM available to the GPU.
◆ DeviceID
uint RealNetworks.CameraKit.Adapter.DeviceID |
|
get |
Returns the PCI device ID.
◆ IsCudaSupported
bool RealNetworks.CameraKit.Adapter.IsCudaSupported |
|
get |
Returns true if the adapter supports Nvidia CUDA operations; false otherwise
◆ IsDisplayAttached
bool RealNetworks.CameraKit.Adapter.IsDisplayAttached |
|
get |
Returns true if a display is attached to the adapter; false otherwise
◆ UniqueID
UInt64 RealNetworks.CameraKit.Adapter.UniqueID |
|
get |
Returns the unique adapter ID. Note that this Id should not be persistently stored because it changes with a system restart.
◆ VendorID
uint RealNetworks.CameraKit.Adapter.VendorID |
|
get |
Returns the PCI vendor ID.