AudioManager
7.6.6
Native Application Runtime Environment
|
this type holds all information of connections relevant to the HMI More...
#include <audiomanagertypes.h>
Public Attributes | |
am_mainConnectionID_t | mainConnectionID |
the ID of the mainconnection More... | |
am_sourceID_t | sourceID |
the sourceID where the connection starts More... | |
am_sinkID_t | sinkID |
the sinkID where the connection ends More... | |
am_timeSync_t | delay |
the delay of the mainconnection More... | |
am_ConnectionState_e | connectionState |
the current connection state More... | |
this type holds all information of connections relevant to the HMI
Definition at line 1026 of file audiomanagertypes.h.
am_ConnectionState_e am::am_MainConnectionType_s::connectionState |
the current connection state
Definition at line 1049 of file audiomanagertypes.h.
am_timeSync_t am::am_MainConnectionType_s::delay |
the delay of the mainconnection
Definition at line 1045 of file audiomanagertypes.h.
am_mainConnectionID_t am::am_MainConnectionType_s::mainConnectionID |
the ID of the mainconnection
Definition at line 1033 of file audiomanagertypes.h.
am_sinkID_t am::am_MainConnectionType_s::sinkID |
the sinkID where the connection ends
Definition at line 1041 of file audiomanagertypes.h.
am_sourceID_t am::am_MainConnectionType_s::sourceID |
the sourceID where the connection starts
Definition at line 1037 of file audiomanagertypes.h.