AudioManager
7.5.11
Native Application Runtime Environment
|
a list of routing elements that lead from source to sink More...
#include <audiomanagertypes.h>
Public Attributes | |
am_sourceID_t | sourceID |
the sourceID where the route starts More... | |
am_sinkID_t | sinkID |
the sinkID where the route ends More... | |
std::vector< am_RoutingElement_s > | route |
the actual route as list of routing elements More... | |
a list of routing elements that lead from source to sink
Definition at line 810 of file audiomanagertypes.h.
std::vector<am_RoutingElement_s> am::am_Route_s::route |
the actual route as list of routing elements
Definition at line 825 of file audiomanagertypes.h.
am_sinkID_t am::am_Route_s::sinkID |
the sinkID where the route ends
Definition at line 821 of file audiomanagertypes.h.
am_sourceID_t am::am_Route_s::sourceID |
the sourceID where the route starts
Definition at line 817 of file audiomanagertypes.h.