AudioManager  7.6.6
Native Application Runtime Environment
am::am_Route_s Struct Reference

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_sroute
 the actual route as list of routing elements More...
 

Detailed Description

a list of routing elements that lead from source to sink

Definition at line 810 of file audiomanagertypes.h.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: