khronosfws/openmax_al/src/mmf_adaptation/xametadataadaptctxmmf.h
changeset 25 6f7ceef7b1d1
parent 19 4a629bc82c5e
equal deleted inserted replaced
21:2ed61feeead6 25:6f7ceef7b1d1
       
     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 
     1 #ifndef XAMETADATAADAPTCTXMMF_H
    18 #ifndef XAMETADATAADAPTCTXMMF_H
     2 #define XAMETADATAADAPTCTXMMF_H
    19 #define XAMETADATAADAPTCTXMMF_H
     3 
    20 
     4 #include "xaadaptationmmf.h"
    21 #include "xaadaptationmmf.h"
     5 
    22 
     6 /* TYPEDEFS */
    23 /* TYPEDEFS */
     7 
    24 
     8 typedef struct XAMetadataAdaptationMMFCtx_ XAMetadataAdaptationMMFCtx;
    25 typedef struct XAMetadataAdaptationMMFCtx_ XAMetadataAdaptationMMFCtx;
     9 
    26 
    10 /* FUNCTIONS */
    27 /* FUNCTIONS */
    11 XAAdaptationBaseCtx* XAMetadataAdaptCtxMMF_Create( XADataSource *pDataSrc );
    28 XAAdaptationBaseCtx* XAMetadataAdaptCtxMMF_Create(XADataSource *pDataSrc);
    12 XAresult XAMetadataAdaptCtxMMF_PostInit( XAAdaptationMMFCtx* bCtx );
    29 XAresult XAMetadataAdaptCtxMMF_PostInit(XAAdaptationMMFCtx* bCtx);
    13 void XAMetadataAdaptCtxMMF_Destroy( XAAdaptationMMFCtx* bCtx );
    30 void XAMetadataAdaptCtxMMF_Destroy(XAAdaptationMMFCtx* bCtx);
    14 #endif /*XAMETADATAADAPTCTXMMF_H*/
    31 #endif /*XAMETADATAADAPTCTXMMF_H*/
    15 
    32