khronosfws/openmax_al/src/mmf_adaptation/xaengineadaptctxmmf.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 18 Aug 2010 10:17:22 +0300
changeset 42 1fa3fb47b1e3
parent 16 43d09473c595
permissions -rw-r--r--
Revision: 201031 Kit: 201033

/*
* Copyright (c) 2009 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: 
*
*/

#ifndef XAENGINEADAPTCTXMMF_H_
#define XAENGINEADAPTCTXMMF_H_

#include "xaadaptationmmf.h"


/* TYPEDEFS */

typedef struct XAEngineAdaptationMMFCtx_ XAEngineAdaptationMMFCtx;

/* FUNCTIONS */
XAAdaptationMMFCtx* XAEngineAdaptMMF_Create(void);
XAresult XAEngineAdaptMMF_PostInit(XAAdaptationMMFCtx* bCtx);
void XAEngineAdaptMMF_Destroy(XAAdaptationMMFCtx* bCtx);

#endif /* XAENGINEADAPTCTXMMF_H_ */