Bluetooth Framework C++ Edition

◆ GetHardwareFeatures()

virtual int GetHardwareFeatures ( wclAudioHardwareFeatures Features)
overridevirtual

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.
See also
wclAudioHardwareFeatures

Implements CwclCustomAudioEndpoint.