Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
16 #ifndef PCMINPUTPORT_H
17 #define PCMINPUTPORT_H
20 #include "pcmprocessingunit.h"
21 #include "omxinputport.h"
24 class MMdfOutputPortObserver;
29 class CPcmInputPort : public COmxInputPort
32 static CPcmInputPort* NewL(TInt aIndex, COmxProcessingUnit* aParent, TPcmDataType aDataType);
34 TInt MipConfigure(const TPuConfig& aConfiguration);
35 virtual void MipInitialize();
38 void ConstructL(TInt aIndex, COmxProcessingUnit* aParent);
39 CPcmInputPort(TPcmDataType aDataType);
42 // PCM configuration parameters
46 TPcmDataType iDataType;
49 #endif // PCMINPUTPORT_H