AVBlocks for .NET  1.22
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. More...
 
Int64 ID [get, set]
 The device id uniquely identifies a concrete device among all devices from the same vendor. More...
 
string Name [get, set]
 Device name More...
 
HwVendor Vendor [get, set]
 Hardware Vendor More...
 

Detailed Description

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

Property Documentation

IList<HwCodec> Codecs
get

Returns an immutable list of hardware codecs.

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.

string Name
getset

Device name

HwVendor Vendor
getset

Hardware Vendor