AVBlocks for .NET  3.0
Audio and Video Software Development Kit
HwDevice Class Reference

Describes a device that can be used for hardware accelerated encoding, decoding or processing. More...

Properties

IList< HwCodecCodecs [get]
 Returns an immutable list of hardware codecs.
 
Int64 ID [get, set]
 The device id uniquely identifies a concrete device among all devices from the same vendor.
 
string Name [get, set]
 Device name.
 
HwVendor Vendor [get, set]
 Hardware Vendor.
 

Detailed Description

Describes a device that can be used for hardware accelerated encoding, decoding or processing.

Property Documentation

◆ ID

Int64 ID
getset

The device id uniquely identifies a concrete device among all devices from the same vendor.

It is not unique across vendors. It can be any value except -1.