os/mm/mm_pub/audio_effects_api/audio_effects_api.metaxml
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 <?xml version="1.0" ?>
     2 <api id="f0010d2b5eb3671b35657667992701b9" dataversion="2.0">
     3   <name>Audio Effects API</name>
     4   <description>APIs to support audio related effects (e.g. equalizer, reverb, etc).  These are APIs only and provide the mechanism of passing requests over the DevSound process boundary. The realization of these APIs is done by the adaptation components.</description>
     5   <type>c++</type>
     6   <collection>devsoundextensions</collection>
     7   <libs>
     8     <lib name="AudioEqualizerEffect.lib" />
     9     <lib name="BassBoostEffect.lib" />
    10     <lib name="DistanceAttenuationEffect.lib" />
    11     <lib name="DopplerBase.lib" />
    12     <lib name="EffectBase.lib" />
    13     <lib name="EnvironmentalReverbEffect.lib" />
    14     <lib name="ListenerDopplerEffect.lib" />
    15     <lib name="ListenerLocationEffect.lib" />
    16     <lib name="ListenerOrientationEffect.lib" />
    17     <lib name="LocationBase.lib" />
    18     <lib name="LoudnessEffect.lib" />
    19     <lib name="OrientationBase.lib" />
    20     <lib name="RoomLevelEffect.lib" />
    21     <lib name="SourceDopplerEffect.lib" />
    22     <lib name="SourceLocationEffect.lib" />
    23     <lib name="SourceOrientationEffect.lib" />
    24     <lib name="StereoWideningEffect.lib" />
    25   </libs>
    26   <release category="public" sinceversion="0"/>
    27   <attributes>
    28      <!-- This indicates wether the api provedes separate html documentation -->
    29      <!-- or is the additional documentation generated from headers. -->
    30      <!-- If you are unsuere then the value is "no" -->
    31      <htmldocprovided>no</htmldocprovided>
    32      <adaptation>yes</adaptation>
    33   </attributes>
    34 </api>