khronosfws/openmax_al/src/mmf_adaptation/xametadataadaptctxmmf.h
branchRCL_3
changeset 19 095bea5f582e
equal deleted inserted replaced
18:a36789189b53 19:095bea5f582e
       
     1 /*
       
     2  * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3  * All rights reserved.
       
     4  * This component and the accompanying materials are made available
       
     5  * under the terms of "Eclipse Public License v1.0"
       
     6  * which accompanies this distribution, and is available
       
     7  * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8  *
       
     9  * Initial Contributors:
       
    10  * Nokia Corporation - initial contribution.
       
    11  *
       
    12  * Contributors:
       
    13  *
       
    14  * Description: Metadata Adaptation MMF
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef XAMETADATAADAPTCTXMMF_H
       
    19 #define XAMETADATAADAPTCTXMMF_H
       
    20 
       
    21 #include "xaadaptationmmf.h"
       
    22 
       
    23 /* TYPEDEFS */
       
    24 
       
    25 typedef struct XAMetadataAdaptationMMFCtx_ XAMetadataAdaptationMMFCtx;
       
    26 
       
    27 /* FUNCTIONS */
       
    28 XAAdaptationBaseCtx* XAMetadataAdaptCtxMMF_Create(XADataSource *pDataSrc);
       
    29 XAresult XAMetadataAdaptCtxMMF_PostInit(XAAdaptationMMFCtx* bCtx);
       
    30 void XAMetadataAdaptCtxMMF_Destroy(XAAdaptationMMFCtx* bCtx);
       
    31 #endif /*XAMETADATAADAPTCTXMMF_H*/
       
    32