khronosfws/openmax_al/src/mmf_adaptation/xamediaplayeradaptctxmmf.h
changeset 12 5a06f39ad45b
child 16 43d09473c595
equal deleted inserted replaced
0:71ca22bcf22a 12:5a06f39ad45b
       
     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 
       
    18 #ifndef XAMEDIAPLAYERADAPTCTXMMF_H
       
    19 #define XAMEDIAPLAYERADAPTCTXMMF_H
       
    20 
       
    21 #include "xaadaptationcontextbasemmf.h"
       
    22 
       
    23 /* TYPEDEFS */
       
    24 
       
    25 typedef struct XAMediaPlayerAdaptationMMFCtx_ XAMediaPlayerAdaptationMMFCtx;
       
    26 
       
    27 /* FUNCTIONS */
       
    28 XAAdaptationBaseMMFCtx* XAMediaPlayerAdaptMMF_Create( XADataSource *pDataSrc, XADataSource *pBankSrc,
       
    29                                                        XADataSink *pAudioSnk, XADataSink *pImageVideoSnk,
       
    30                                                        XADataSink *pVibra, XADataSink *pLEDArray);
       
    31 XAresult XAMediaPlayerAdaptMMF_PostInit( XAAdaptationBaseMMFCtx* bCtx );
       
    32 void XAMediaPlayerAdaptMMF_Destroy( XAAdaptationBaseMMFCtx* bCtx );
       
    33 
       
    34 //XAresult XAMediaPlayerAdapt_InitContentPipeSrc(XAMediaPlayerAdaptationCtx* ctx);
       
    35 #endif /*XAMEDIAPLAYERADAPTCTXMMF_H*/
       
    36