khronosfws/openmax_al/src/mmf_adaptation/xametadataadaptctxmmf.h
changeset 16 43d09473c595
child 31 8dfd592727cb
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
       
     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: 
       
    15 *
       
    16 */
       
    17 #ifndef XAMETADATAADAPTCTXMMF_H
       
    18 #define XAMETADATAADAPTCTXMMF_H
       
    19 
       
    20 #include "xaadaptationmmf.h"
       
    21 
       
    22 /* TYPEDEFS */
       
    23 
       
    24 typedef struct XAMetadataAdaptationMMFCtx_ XAMetadataAdaptationMMFCtx;
       
    25 
       
    26 /* FUNCTIONS */
       
    27 XAAdaptationBaseCtx* XAMetadataAdaptCtxMMF_Create( XADataSource *pDataSrc );
       
    28 XAresult XAMetadataAdaptCtxMMF_PostInit( XAAdaptationMMFCtx* bCtx );
       
    29 void XAMetadataAdaptCtxMMF_Destroy( XAAdaptationMMFCtx* bCtx );
       
    30 #endif /*XAMETADATAADAPTCTXMMF_H*/
       
    31