khronosfws/openmax_al/src/mmf_adaptation/xamediaplayeradaptctxmmf.h
branchRCL_3
changeset 20 0ac9a5310753
parent 19 095bea5f582e
child 21 999b2818a0eb
equal deleted inserted replaced
19:095bea5f582e 20:0ac9a5310753
     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: MediaPlayer Adapt MMF HEader
       
    15  *
       
    16  */
       
    17 
       
    18 #ifndef XAMEDIAPLAYERADAPTCTXMMF_H
       
    19 #define XAMEDIAPLAYERADAPTCTXMMF_H
       
    20 
       
    21 #include "xaadaptationmmf.h"
       
    22 
       
    23 /* TYPEDEFS */
       
    24 
       
    25 typedef struct XAMediaPlayerAdaptationMMFCtx_ XAMediaPlayerAdaptationMMFCtx;
       
    26 
       
    27 /* FUNCTIONS */
       
    28 XAAdaptationBaseCtx
       
    29         * XAMediaPlayerAdaptMMF_Create(XADataSource *pDataSrc,
       
    30                 XADataSource *pBankSrc, XADataSink *pAudioSnk,
       
    31                 XADataSink *pImageVideoSnk, XADataSink *pVibra,
       
    32                 XADataSink *pLEDArray);
       
    33 XAAdaptationBaseCtx
       
    34 * XAMediaPlayerAdaptMMF_CreateRadio(XAMediaPlayerAdaptationMMFCtx *pSelf,
       
    35         XADataSource *pDataSrc, XADataSource *pBankSrc,
       
    36         XADataSink *pAudioSnk, XADataSink *pImageVideoSnk,
       
    37         XADataSink *pVibra, XADataSink *pLEDArray);
       
    38 XAresult XAMediaPlayerAdaptMMF_PostInit(XAAdaptationMMFCtx* bCtx);
       
    39 void XAMediaPlayerAdaptMMF_Destroy(XAAdaptationMMFCtx* bCtx);
       
    40 
       
    41 //XAresult XAMediaPlayerAdapt_InitContentPipeSrc(XAMediaPlayerAdaptationCtx* ctx);
       
    42 #endif /*XAMEDIAPLAYERADAPTCTXMMF_H*/
       
    43