|
AVBlocks for .NET
1.21
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. More... | |
| void | Refresh (HwVendor vendor) |
| Scans the system for available hardware codecs and populates the device list. More... | |
Properties | |
| IList< HwDevice > | Devices [get] |
| Returns an immutable list of devices that support hardware-accelerated encoding, decoding or processing. More... | |
Enumerates available hardware codecs.
| 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.
| vendor | Vendor filter. Only devices that match the specified vendor are queried. |