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 common audio effects data structures.
20 #ifndef AUDIOEFFECTDATA_H
21 #define AUDIOEFFECTDATA_H
29 * This class defines the common effect data
36 public: // Constructor and Destructor
42 iEnabled(EFalse), iEnforced(EFalse), iHaveUpdateRights(ETrue) {}
45 // Flag to indicate whether the effect is enabled or not
47 // Flag to indicate wheter the effect is enforced
49 // Flag to indicate wheter the effect current has update rights
50 TBool iHaveUpdateRights;
53 #endif // AUDIOEFFECTDATA_H