First public contribution.
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 * EnvironmentalReverb.
21 #ifndef ENVIRONMENTALREVERBUTILITYDATA_H
22 #define ENVIRONMENTALREVERBUTILITYDATA_H
30 * This class defines the EnvironmentalReverb Effect Utility data structure.
32 * @lib EnvironmentalReverbUtility.lib
35 class TEfEnvironmentalReverbUtilityPreset
42 TEfEnvironmentalReverbUtilityPreset() : iPresetNameKey(0),iPresetDescriptionKey(0),iPresetName(NULL)
45 TUint32 iPresetNameKey;
46 TUint32 iPresetDescriptionKey;
47 TBuf16<32> iPresetName;
51 #endif // ENVIRONMENTALREVERBUTILITYDATA_H