mmmw_plat/voip_audio_services_api/inc/voipaudiocommon.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
child 53 eabc8c503852
equal deleted inserted replaced
0:71ca22bcf22a 3:4f62049db6ac
     1 /*
     1 /*
     2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). 
     2  * Copyright (c) 2008 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:  Defines set of common constants and enumerated lists.
    14  * Description:  Defines set of common constants and enumerated lists.
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #ifndef __VOIPAUDIOCOMMON_H
    18 #ifndef __VOIPAUDIOCOMMON_H
    20 #define __VOIPAUDIOCOMMON_H
    19 #define __VOIPAUDIOCOMMON_H
    21 
    20 
    22 #include <e32base.h>
    21 #include <e32base.h>
    24 // ENUMS
    23 // ENUMS
    25 
    24 
    26 /**
    25 /**
    27  *  TVoIPCodecFormat
    26  *  TVoIPCodecFormat
    28  *  ?description
    27  *  ?description
    29  *  @since S60 v5.0
    28  *
    30  */
    29  */
    31 enum TVoIPCodecFormat
    30 enum TVoIPCodecFormat
    32     {
    31     {
    33     ENULL,
    32     ENULL,
    34     EAMR_NB,
    33     EAMR_NB,
    39     EPCM16
    38     EPCM16
    40     };
    39     };
    41 
    40 
    42 #endif //__VOIPAUDIOCOMMON_H
    41 #endif //__VOIPAUDIOCOMMON_H
    43 
    42 
    44 
       
    45 // End of file
    43 // End of file