AudioManager  7.6.6
Native Application Runtime Environment
Notifications

What are notifications?

The notification feature can be used to gather information from sources or sinks periodically or on certain thresholds.It can be used to implement a graphical spectrum for example or other information need to be passed back from sources or sinks.

Overview

Notifications.png

CommandInterface

all this methods have to do with MainNotifications (Information level between command and control)

ControlInterface

all this methods have to do with MainNotifications (Information level between command and control)

all this methods have to do with notifications (Information level between cotrol and routing)

RoutingInterface

all this methods have to do with notifications (Information level between cotrol and routing)

Notification Levels

For notifications it's the same as for the soundproperties: there are two levels of information. One is between the Command Interface and the Control Interface here it is in the duty of the controller to handle the notification data. The other one is between Control and Routing Interface. This could be used for example to route the information from a source to the command interface.