arduino-audio-tools
|
Supports the subscription to audio change notifications. More...
#include <AudioTypes.h>
Public Member Functions | |
virtual void | addNotifyAudioChange (AudioInfoSupport &bi) |
Adds target to be notified about audio changes. | |
virtual void | clearNotifyAudioChange () |
Deletes all change notify subscriptions. | |
bool | isNotifyActive () |
Checks if the automatic AudioInfo update is active. | |
virtual bool | removeNotifyAudioChange (AudioInfoSupport &bi) |
Removes a target in order not to be notified about audio changes. | |
void | setNotifyActive (bool flag) |
Deactivate/Reactivate automatic AudioInfo updates: (default is active) | |
Protected Member Functions | |
void | notifyAudioChange (AudioInfo info) |
Protected Attributes | |
bool | is_notify_active = true |
Vector< AudioInfoSupport * > | notify_vector |
Supports the subscription to audio change notifications.