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 PCMOUTPUTPORT_H
17 #define PCMOUTPUTPORT_H
19 #include "pcmprocessingunit.h"
20 #include "omxoutputport.h"
24 class CPcmProcessingUnit;
28 class CPcmOutputPort : public COmxOutputPort
31 static CPcmOutputPort* NewL(TInt aIndex, COmxProcessingUnit* aParent, TPcmDataType aDataType);
32 TInt MopConfigure(const TPuConfig& aConfiguration);
36 void ConstructL(TInt aIndex, COmxProcessingUnit* aParent);
37 CPcmOutputPort(TPcmDataType aDataType);
40 // PCM configuration parameters
45 TPcmDataType iDataType;
49 #endif // PCMOUTPUTPORT_H