Update contrib.
2 * Copyright (c) 2005-2009 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.
20 #ifndef T_CRESTRICTEDAUDIOOUTPUTDATA_H_
21 #define T_CRESTRICTEDAUDIOOUTPUTDATA_H_
24 #include "datawrapperbase.h"
27 #include <restrictedaudiooutput.h>//CRestrictedAudioOutput
28 #include <restrictedaudiooutputmessagetypes.h>
29 #include <sounddevice.h>//CMMFDevSound
32 * This class tests the CRestrictedAudioOutput API's
35 class CT_CRestrictedAudioOutputData : public CDataWrapperBase
38 ~CT_CRestrictedAudioOutputData();
39 static CT_CRestrictedAudioOutputData* NewL();
40 virtual TAny* GetObject();
41 virtual TBool DoCommandL(const TTEFFunction& aCommand, const TTEFSectionName& aSection, const TInt /*aAsyncErrorIndex*/);
46 void DoCmdNewL(const TTEFSectionName& aSection);
47 void DoCmdDestructor();
48 void DoCmdAppendAllowedOutput(const TTEFSectionName& aSection);
49 void DoCmdRemoveAllowedOutput(const TTEFSectionName& aSection);
50 void DoCmdGetAllowedOutput(const TTEFSectionName& aSection);
51 void DoCmdGetAllowedOutputCount();
59 CRestrictedAudioOutput* iRestrictedAudioOutput;
61 * Enum that contain allowed output preference
63 static const TEnumEntryTable iEnumAllowedOutputPreference[];
66 #endif /*T_CRESTRICTEDAUDIOOUTPUTDATA_H_*/