omxilcomp/omxilaudioemulator/pcmrenderer/src/omxilpcmrenderer.h
changeset 1 e0d606d6e3b1
parent 0 58be5850fb6c
equal deleted inserted replaced
0:58be5850fb6c 1:e0d606d6e3b1
     1 /*
     1 /*
     2 * Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    23 
    23 
    24 #ifndef OMXILPCMRENDERER_H
    24 #ifndef OMXILPCMRENDERER_H
    25 #define OMXILPCMRENDERER_H
    25 #define OMXILPCMRENDERER_H
    26 
    26 
    27 #include <openmax/il/common/omxilcomponent.h>
    27 #include <openmax/il/common/omxilcomponent.h>
       
    28 #include "omxilpcmrendererprocessingfunction.h"
    28 
    29 
    29 // Forward declarations
    30 // Forward declarations
    30 class COmxILPcmRendererAPB0Port;
    31 class COmxILPcmRendererAPB0Port;
    31 class COmxILClientClockPort;
    32 class COmxILClientClockPort;
    32 
    33 
    50 
    51 
    51 	COmxILPcmRenderer();
    52 	COmxILPcmRenderer();
    52 
    53 
    53 	void ConstructL(OMX_HANDLETYPE aComponent);
    54 	void ConstructL(OMX_HANDLETYPE aComponent);
    54 
    55 
    55 	COmxILPcmRendererAPB0Port* ConstructAPB0PortL() const;
    56 	COmxILPcmRendererAPB0Port* ConstructAPB0PortL(COmxILPcmRendererProcessingFunction& aProcessingFunction) const;
    56 	COmxILClientClockPort* ConstructClientClockPortL() const;
    57 	COmxILClientClockPort* ConstructClientClockPortL() const;
    57 
    58 
    58 private:
    59 private:
    59 
    60 
    60 	const OMX_VERSIONTYPE iOmxILVersion;
    61 	const OMX_VERSIONTYPE iOmxILVersion;