mmmw_plat/voip_audio_services_api/inc/voipg711decoderintfc.h
branchRCL_3
changeset 3 4f62049db6ac
parent 0 71ca22bcf22a
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 APIs specific to G.711 decoder.
    14  * Description:  Defines APIs specific to G.711 decoder.
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #ifndef __VOIPG711DECFORMATINTFC_H
    18 #ifndef __VOIPG711DECFORMATINTFC_H
    20 #define __VOIPG711DECFORMATINTFC_H
    19 #define __VOIPG711DECFORMATINTFC_H
    21 
    20 
    22 #include <voipaudiocommon.h>
    21 #include <voipaudiocommon.h>
    23 #include <voipformatintfc.h>
    22 #include <voipformatintfc.h>
    24 
    23 
    25 
       
    26 // FORWARD DECLARATIONS
    24 // FORWARD DECLARATIONS
    27 class CVoIPG711DecoderIntfcImpl;
    25 class CVoIPG711DecoderIntfcImpl;
    28 
       
    29 
    26 
    30 /**
    27 /**
    31  *  CVoIPG711DecoderIntfc class
    28  *  CVoIPG711DecoderIntfc class
    32  *
    29  *
    33  *  G.711 decoder configuration class
    30  *  G.711 decoder configuration class
    34  *
    31  *
    35  *  @lib VoIPAudioIntfc.dll
    32  *  @lib VoIPAudioIntfc.dll
    36  *  @since S60 v5.0
    33  *
    37  */
    34  */
    38 class CVoIPG711DecoderIntfc : public CVoIPFormatIntfc
    35 class CVoIPG711DecoderIntfc : public CVoIPFormatIntfc
    39     {
    36     {
    40 public:
    37 public:
    41     /**
    38     /**
   123 protected:
   120 protected:
   124     CVoIPG711DecoderIntfcImpl* iFormatIntfcImpl;
   121     CVoIPG711DecoderIntfcImpl* iFormatIntfcImpl;
   125 
   122 
   126     };
   123     };
   127 
   124 
   128 
       
   129 #endif //__VOIPG711DECFORMATINTFC_H
   125 #endif //__VOIPG711DECFORMATINTFC_H
   130 
   126 
   131 // End of file
   127 // End of file