From 20491c0f31d70e254c56f171c69b95f3d4ad2813 Mon Sep 17 00:00:00 2001 From: Jens Lorenz Date: Wed, 11 Jun 2014 18:14:58 +0200 Subject: * Bug #100 - removed projecttypes.h which causes compiling conflicts Signed-off-by: Jens Lorenz --- AudioManagerDaemon/docx/04_y_audiomanager_and_sources.dox | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'AudioManagerDaemon/docx/04_y_audiomanager_and_sources.dox') diff --git a/AudioManagerDaemon/docx/04_y_audiomanager_and_sources.dox b/AudioManagerDaemon/docx/04_y_audiomanager_and_sources.dox index 113cf6b..fd0f1e3 100644 --- a/AudioManagerDaemon/docx/04_y_audiomanager_and_sources.dox +++ b/AudioManagerDaemon/docx/04_y_audiomanager_and_sources.dox @@ -30,7 +30,7 @@ sources and sinks since the routing adaptor will take care of handling some of t Here are some informations that is believed to be actually communicated to the sources and sinks: \section conFormats Connection Formats - The am::am_ConnectionFormat_e formats for a connection are chosen when the connection is build up. So if there are more than one possbilities + The am::am_CustomAvailabilityReason_t formats for a connection are chosen when the connection is build up. So if there are more than one possbilities that can be used for a connection (am::am_Sink_s::listConnectionFormats and am::am_Source_s::listConnectionFormats) the correct one is chosen upon a connect. If this is relevant to the sources and sinks, the routingAdaptor must communicate to the sources and sinks accordingly. \image html SettingConnectionFormats.png @@ -43,7 +43,7 @@ Here are some informations that is believed to be actually communicated to the s \section avail Availability This diagram shows the sequence that is used to communicate the availability am::am_Availability_s. from the sources. Please note that the availability reasons - am::am_AvailabilityReason_e are product specific. + am::am_CustomAvailabilityReason_t are product specific. \image html AvailabilityofSources.png Here is the same for the sinks: \image html AvailabilityofSinks.png -- cgit v1.2.1