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
26 #include <AudioEffectData.h>
31 * This class defines the effect data structure to be passed between client and
34 * @lib LocationEffect.lib
40 class TEfLocation : public TEfCommon
52 TEfLocation( TInt32 aXCoordinate, TInt32 aYCoordinate, TInt32 aZCoordinate,
53 TInt32 aAzimuth, TInt32 aElevation, TInt32 aRadius ):
54 iXCoordinate(aXCoordinate), iYCoordinate(aYCoordinate), iZCoordinate(aZCoordinate),
55 iAzimuth(aAzimuth), iElevation(aElevation), iRadius(aRadius) {}
58 // Location values of a location object
68 typedef TPckgBuf<TEfLocation> TEfLocationDataPckg;
70 #endif // TEFLOCATION_H