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
21 #ifndef TEFROOMLEVEL_H
22 #define TEFROOMLEVEL_H
26 #include <AudioEffectData.h>
32 * This class defines the effect data structure to be passed between client and
35 * @lib RoomLevelEffect.lib
38 class TEfRoomLevel : public TEfCommon
48 // RoomLevel values of a RoomLevel object
50 TUint32 iEnvironmentalReverbId;
51 TInt32 iStreamRoomLevel;
52 TInt32 iStreamMinRoomLevel;
53 TInt32 iStreamMaxRoomLevel;
56 typedef TPckgBuf<TEfRoomLevel> TEfRoomLevelDataPckg;
58 #endif // TEFROOMLEVEL_H