khronosfws/openmax_al/src/mmf_adaptation/xametadataadaptctxmmf.h
changeset 31 8dfd592727cb
parent 16 43d09473c595
equal deleted inserted replaced
22:128eb6a32b84 31:8dfd592727cb
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2009 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".
     8 *
     8  *
     9 * Initial Contributors:
     9  * Initial Contributors:
    10 * Nokia Corporation - initial contribution.
    10  * Nokia Corporation - initial contribution.
    11 *
    11  *
    12 * Contributors:
    12  * Contributors:
    13 *
    13  *
    14 * Description: 
    14  * Description: Metadata Adaptation MMF
    15 *
    15  *
    16 */
    16  */
       
    17 
    17 #ifndef XAMETADATAADAPTCTXMMF_H
    18 #ifndef XAMETADATAADAPTCTXMMF_H
    18 #define XAMETADATAADAPTCTXMMF_H
    19 #define XAMETADATAADAPTCTXMMF_H
    19 
    20 
    20 #include "xaadaptationmmf.h"
    21 #include "xaadaptationmmf.h"
    21 
    22 
    22 /* TYPEDEFS */
    23 /* TYPEDEFS */
    23 
    24 
    24 typedef struct XAMetadataAdaptationMMFCtx_ XAMetadataAdaptationMMFCtx;
    25 typedef struct XAMetadataAdaptationMMFCtx_ XAMetadataAdaptationMMFCtx;
    25 
    26 
    26 /* FUNCTIONS */
    27 /* FUNCTIONS */
    27 XAAdaptationBaseCtx* XAMetadataAdaptCtxMMF_Create( XADataSource *pDataSrc );
    28 XAAdaptationBaseCtx* XAMetadataAdaptCtxMMF_Create(XADataSource *pDataSrc);
    28 XAresult XAMetadataAdaptCtxMMF_PostInit( XAAdaptationMMFCtx* bCtx );
    29 XAresult XAMetadataAdaptCtxMMF_PostInit(XAAdaptationMMFCtx* bCtx);
    29 void XAMetadataAdaptCtxMMF_Destroy( XAAdaptationMMFCtx* bCtx );
    30 void XAMetadataAdaptCtxMMF_Destroy(XAAdaptationMMFCtx* bCtx);
    30 #endif /*XAMETADATAADAPTCTXMMF_H*/
    31 #endif /*XAMETADATAADAPTCTXMMF_H*/
    31 
    32