khronosfws/openmax_al/src/mmf_adaptation/xaradioadaptctx.h
changeset 31 8dfd592727cb
equal deleted inserted replaced
22:128eb6a32b84 31:8dfd592727cb
       
     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 XARADIOADAPTCTX_H
       
    19 #define XARADIOADAPTCTX_H
       
    20 
       
    21 #include "xaadaptationmmf.h"
       
    22 
       
    23 
       
    24 #define RADIO_DEFAULT_FREQ_RANGE XA_FREQRANGE_FMEUROAMERICA
       
    25 #define RADIO_DEFAULT_FREQ 88000000
       
    26 
       
    27 /* TYPEDEFS */
       
    28 typedef struct XARadioAdaptationCtx_ XARadioAdaptationCtx;
       
    29 
       
    30 /* FUNCTIONS */
       
    31 XAAdaptationBaseCtx* XARadioAdapt_Create(void);
       
    32 XAresult XARadioAdapt_PostInit(XAAdaptationBaseCtx* bCtx);
       
    33 void XARadioAdapt_Destroy(XAAdaptationBaseCtx* bCtx);
       
    34 
       
    35 #endif /* XARADIOADAPTCTX_H */