roomleveldata.h

Go to the documentation of this file.
00001 /*
00002 * ==============================================================================
00003 *  Name        : RoomLevelData.h
00004 *  Part of     : Effects Framework
00005 *  Interface   : Audio Effects
00006 *  Description : This file contains definitions of audio effects data structures for
00007 *                RoomLevel.
00008 *  Version     : 0.4
00009 *
00010 *  Copyright (c) 2004 Nokia Corporation.
00011 *  This material, including documentation and any related
00012 *  computer programs, is protected by copyright controlled by
00013 *  Nokia Corporation. All rights are reserved. Copying,
00014 *  including reproducing, storing, adapting or translating, any
00015 *  or all of this material requires the prior written consent of
00016 *  Nokia Corporation. This material also contains confidential
00017 *  information which may not be disclosed to others without the
00018 *  prior written consent of Nokia Corporation.
00019 * ==============================================================================
00020 */
00021 
00022 
00023 #ifndef TEFROOMLEVEL_H
00024 #define TEFROOMLEVEL_H
00025 
00026 //  INCLUDES
00027 #include <e32std.h>
00028 #include <AudioEffectData.h>
00029 
00030 
00031 // CLASS DECLARATION
00032 
00040 class TEfRoomLevel : public TEfCommon
00041     {
00042     public:
00043 
00047         TEfRoomLevel() {}
00048 
00049         // Data
00050         // RoomLevel values of a RoomLevel object
00051 
00052         TUint32 iEnvironmentalReverbId;         
00053                 TInt32 iStreamRoomLevel;
00054         TInt32 iStreamMinRoomLevel;
00055             TInt32 iStreamMaxRoomLevel;
00056         };
00057 
00058 typedef TPckgBuf<TEfRoomLevel> TEfRoomLevelDataPckg;
00059 
00060 // TEFROOMLEVEL_H
00061 #endif
00062 
00063 // End of File

Copyright © Nokia Corporation 2001-2008
Back to top