AVBlocks for .NET
3.0
Audio and Video Software Development Kit
|
Enumerates available hardware codecs. More...
Public Member Functions | |
void | Refresh () |
Scans the system for all available hardware codecs and populates the device list. | |
void | Refresh (HwVendor vendor) |
Scans the system for available hardware codecs and populates the device list. | |
Properties | |
IList< HwDevice > | Devices [get] |
Returns a read-only list of devices that support hardware-accelerated encoding, decoding or processing. | |
Enumerates available hardware codecs.
void Refresh | ( | HwVendor | vendor | ) |
Scans the system for available hardware codecs and populates the device list.
vendor | Vendor filter. Only devices that match the specified vendor are queried. |
|
get |
Returns a read-only list of devices that support hardware-accelerated encoding, decoding or processing.
The device list canont be null. It is initially empty when the Hardware object is created. It is populated after a call to the Refresh() method.