mmmw_plat/openmax_al_ext_api/inc/xaradioitfext.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 XARADIOITFEXT_H
       
    19 #define XARADIOITFEXT_H
       
    20 
       
    21 // Currently defined in OpenMAXAL.h for RADIO:
       
    22 //#define XA_RADIO_EVENT_ANTENNA_STATUS_CHANGED       ((XAuint32) 0x00000001)
       
    23 //#define XA_RADIO_EVENT_FREQUENCY_CHANGED            ((XAuint32) 0x00000002)
       
    24 //#define XA_RADIO_EVENT_FREQUENCY_RANGE_CHANGED      ((XAuint32) 0x00000003)
       
    25 //#define XA_RADIO_EVENT_PRESET_CHANGED               ((XAuint32) 0x00000004)
       
    26 //#define XA_RADIO_EVENT_SEEK_COMPLETED               ((XAuint32) 0x00000005)
       
    27 
       
    28 // ADDED:
       
    29 #define XA_RADIO_EVENT_STEREO_STATUS_CHANGED          ((XAuint32) 0x00000006)
       
    30 #define XA_RADIO_EVENT_SIGNAL_STRENGTH_CHANGED 				((XAuint32) 0x00000007)
       
    31 
       
    32 #endif /* XARADIOITFEXT_H */