OSDN Git Service

Modified audio effect API.
authorEric Laurent <elaurent@google.com>
Wed, 18 May 2011 02:24:26 +0000 (19:24 -0700)
committerEric Laurent <elaurent@google.com>
Fri, 27 May 2011 22:18:05 +0000 (15:18 -0700)
commitfcc446f42ca5aa8bf81b55319cbd351614558a53
treef0890ae2e8182df8e60bf3cd56151bf05eac2b7c
parent6e17d2c46caad76497da1070efd41481b0f40b27
Modified audio effect API.

Moved and renamed media/EffectApi.h to hardware/audio_effect.h
Modified the effect library API to expose a library info structure
containing an interface functions table.
Also removed enums for audio channels, audio format and devices
from effect API and use values from system/audio.h instead.

Change-Id: I32fd752e449337410115121c1c60c699d95247c2
include/hardware/audio_effect.h [new file with mode: 0644]