multimediacommscontroller/tsrc/mmfstub/src/SpeechEncoderConfig_STUB.cpp
changeset 0 1bce908db942
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/multimediacommscontroller/tsrc/mmfstub/src/SpeechEncoderConfig_STUB.cpp	Tue Feb 02 01:04:58 2010 +0200
@@ -0,0 +1,79 @@
+/*
+* Copyright (c) 2002-2006 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:    Interface definition for speech encoder configuration inteface.
+*
+*/
+
+
+
+
+// INCLUDE FILES
+#include "SpeechEncoderConfigProxy_STUB.h"
+#include "SpeechEncoderConfig.h"
+
+#include <MdaAudioInputStream.h>
+#include <mmf/server/sounddevice.h>
+
+// EXTERNAL DATA STRUCTURES
+
+// EXTERNAL FUNCTION PROTOTYPES  
+
+// CONSTANTS
+
+// MACROS
+
+// LOCAL CONSTANTS AND MACROS
+
+// MODULE DATA STRUCTURES
+
+// LOCAL FUNCTION PROTOTYPES
+
+// FORWARD DECLARATIONS
+
+// ============================= LOCAL FUNCTIONS ===============================
+
+// ============================ MEMBER FUNCTIONS ===============================
+
+// -----------------------------------------------------------------------------
+// CSpeechEncoderConfig::NewL
+// Creates the custom interface.
+// Calls the custom interface method on the devsound passed in.
+// Devsound will return the handle to the custom interface proxy.
+// (other items were commented in a header).
+// -----------------------------------------------------------------------------
+//
+EXPORT_C CSpeechEncoderConfig* 
+CSpeechEncoderConfig::NewL(CMMFDevSound& /*aDevSound*/)
+    {
+    return CSpeechEncoderConfigProxy_STUB::NewL( );
+    }
+
+// -----------------------------------------------------------------------------
+// CSpeechEncoderConfig::NewL
+// Creates the custom interface.
+// Calls the custom interface method on the CMdaAudioInputStream passed in.
+// The CMdaAudioInputStream utility will return the handle to the custom 
+// interface proxy.
+// (other items were commented in a header).
+// -----------------------------------------------------------------------------
+//
+EXPORT_C CSpeechEncoderConfig* 
+CSpeechEncoderConfig::NewL(CMdaAudioInputStream& /*aUtility*/)
+    {
+    return CSpeechEncoderConfigProxy_STUB::NewL( );
+    }
+
+// ========================== OTHER EXPORTED FUNCTIONS =========================
+
+//  End of File