From 1111f28e3693ee0f296819654a5c35fe147c395d Mon Sep 17 00:00:00 2001 From: Christian as GENIVI Maintainer Date: Fri, 30 Sep 2016 08:11:30 -0700 Subject: add doxygen documentation for github Signed-off-by: Christian as GENIVI Maintainer --- docs/structam_1_1am__Volumes__s.html | 240 +++++++++++++++++++++++++++++++++++ 1 file changed, 240 insertions(+) create mode 100644 docs/structam_1_1am__Volumes__s.html (limited to 'docs/structam_1_1am__Volumes__s.html') diff --git a/docs/structam_1_1am__Volumes__s.html b/docs/structam_1_1am__Volumes__s.html new file mode 100644 index 0000000..247f076 --- /dev/null +++ b/docs/structam_1_1am__Volumes__s.html @@ -0,0 +1,240 @@ + + + + + + +AudioManager: am::am_Volumes_s Struct Reference + + + + + + + + + + + + + +
+
+ + + + + + +
+
AudioManager +  7.5.11 +
+
Native Application Runtime Environment
+
+
+ + + + + +
+
+ +
+
+
+ +
+ + + + +
+ +
+ +
+ +
+
am::am_Volumes_s Struct Reference
+
+
+ +

This types describe a mixed description for source and sinks volumes. + More...

+ +

#include <audiomanagertypes.h>

+ + + + + + + + + + + + + + + + + +

+Public Attributes

am_VolumeType_e volumeType
 describes the type of the volume: source or sink. More...
 
am_DataType_u volumeID
 either sourceID or sinkID More...
 
am_volume_t volume
 The volume. More...
 
am_CustomRampType_t ramp
 the ramp that shall be driven More...
 
am_time_t time
 the time for the ramp More...
 
+

Detailed Description

+

This types describe a mixed description for source and sinks volumes.

+ +

Definition at line 1450 of file audiomanagertypes.h.

+

Member Data Documentation

+ +
+
+ + + + +
am_CustomRampType_t am::am_Volumes_s::ramp
+
+ +

the ramp that shall be driven

+ +

Definition at line 1469 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_time_t am::am_Volumes_s::time
+
+ +

the time for the ramp

+ +

Definition at line 1473 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_volume_t am::am_Volumes_s::volume
+
+ +

The volume.

+ +

Definition at line 1465 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_DataType_u am::am_Volumes_s::volumeID
+
+ +

either sourceID or sinkID

+ +

Definition at line 1461 of file audiomanagertypes.h.

+ +
+
+ +
+
+ + + + +
am_VolumeType_e am::am_Volumes_s::volumeType
+
+ +

describes the type of the volume: source or sink.

+ +

Definition at line 1457 of file audiomanagertypes.h.

+ +
+
+
The documentation for this struct was generated from the following file: +
+
+ + + + -- cgit v1.2.1