Bluetooth Framework C++ Edition

◆ GetChannels()

virtual int GetChannels ( unsigned long &  Count)
pure virtual

Gets the number of channels in the audio stream that are monitored by peak meters.

Parameters
CountThe variable into which the method writes the number of channels.
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.

Implemented in CwclAudioMeter, and CwclAudioVolume.