2 * Copyright (c) 2004 Nokia Corporation and/or its subsidiary(-ies).
4 * This component and the accompanying materials are made available
5 * under the terms of "Eclipse Public License v1.0"
6 * which accompanies this distribution, and is available
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: This file contains definitions of audio effects data structures for
15 * Echo Cancellation Data.
21 #ifndef TEFLOUDNESSDATA_H
22 #define TEFLOUDNESSDATA_H
26 #include <AudioEffectData.h>
31 * This class defines the effect data structure to be passed between client and
34 * @lib LoudnessEffect.lib
37 class TEfLoudnessData : public TEfCommon
49 typedef TPckgBuf<TEfLoudnessData> TEfLoudnessDataPckg;
51 #endif // TEFLOUDNESSDATA_H