Bluetooth Framework C++ Edition

◆ GetHardwareFeatures()

virtual int GetHardwareFeatures ( wclAudioHardwareFeatures Features)
pure virtual

Queries the audio endpoint device for its hardware-supported functions.

Parameters
FeaturesThe variable into which the method writes a hardware support features that indicates the hardware capabilities of the audio endpoint device.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

A derived class must override this method to provide specific implementation.

See also
wclAudioHardwareFeatures

Implemented in CwclAudioMeter, and CwclAudioVolume.