AudioManager
7.6.6
Native Application Runtime Environment
|
This struct holds information about the configuration for notifications. More...
#include <audiomanagertypes.h>
Public Attributes | |
am_CustomNotificationType_t | type |
The notification type of the notification. More... | |
am_NotificationStatus_e | status |
The Notification status. More... | |
int16_t | parameter |
This gives additional information to the notification status. More... | |
This struct holds information about the configuration for notifications.
Definition at line 1109 of file audiomanagertypes.h.
int16_t am::am_NotificationConfiguration_s::parameter |
This gives additional information to the notification status.
Relation between notification status and the value: NS_PERIODIC - the period in ms NS_MINIMUM - the minimum value that triggers the notification NS_MAXIMUM - the maximum value that triggers the notifcation NS_CHANGE - the resolution of the change value
Definition at line 1130 of file audiomanagertypes.h.
am_NotificationStatus_e am::am_NotificationConfiguration_s::status |
The Notification status.
This can be periodic, min/max value based or even off for example
Definition at line 1121 of file audiomanagertypes.h.
am_CustomNotificationType_t am::am_NotificationConfiguration_s::type |
The notification type of the notification.
Definition at line 1116 of file audiomanagertypes.h.