|
AudioManager
7.6.6
Native Application Runtime Environment
|
struct that holds attribiutes of a mainconnection More...
#include <audiomanagertypes.h>
Public Attributes | |
| am_mainConnectionID_t | mainConnectionID |
| the assigned ID More... | |
| am_ConnectionState_e | connectionState |
| the current connection state More... | |
| am_sinkID_t | sinkID |
| the sinkID More... | |
| am_sourceID_t | sourceID |
| the sourceID More... | |
| am_timeSync_t | delay |
| the delay of the connection More... | |
| std::vector< am_connectionID_t > | listConnectionID |
| the list of sub connection IDs the mainconnection consists of More... | |
struct that holds attribiutes of a mainconnection
Definition at line 1056 of file audiomanagertypes.h.
| am_ConnectionState_e am::am_MainConnection_s::connectionState |
the current connection state
Definition at line 1067 of file audiomanagertypes.h.
| am_timeSync_t am::am_MainConnection_s::delay |
the delay of the connection
Definition at line 1079 of file audiomanagertypes.h.
| std::vector<am_connectionID_t> am::am_MainConnection_s::listConnectionID |
the list of sub connection IDs the mainconnection consists of
Definition at line 1083 of file audiomanagertypes.h.
| am_mainConnectionID_t am::am_MainConnection_s::mainConnectionID |
the assigned ID
Definition at line 1063 of file audiomanagertypes.h.
| am_sinkID_t am::am_MainConnection_s::sinkID |
the sinkID
Definition at line 1071 of file audiomanagertypes.h.
| am_sourceID_t am::am_MainConnection_s::sourceID |
the sourceID
Definition at line 1075 of file audiomanagertypes.h.