mmmw_plat/voip_audio_services_api/inc/voipg711encoderintfc.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 APIs specific to G.711 encoder.
    14  * Description:  Defines APIs specific to G.711 encoder.
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #ifndef __VOIPG711ENCFORMATINTFC_H
    18 #ifndef __VOIPG711ENCFORMATINTFC_H
    20 #define __VOIPG711ENCFORMATINTFC_H
    19 #define __VOIPG711ENCFORMATINTFC_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 CVoIPG711EncoderIntfcImpl;
    25 class CVoIPG711EncoderIntfcImpl;
    28 
       
    29 
    26 
    30 /**
    27 /**
    31  *  CVoIPG711EncoderIntfc class
    28  *  CVoIPG711EncoderIntfc class
    32  *
    29  *
    33  *  G.711 encoder configuration class
    30  *  G.711 encoder configuration class
    34  *
    31  *
    35  *  @lib VoIPAudioIntfc.dll
    32  *  @lib VoIPAudioIntfc.dll
    36  *  @since S60 v5.0
    33  *
    37  */
    34  */
    38 class CVoIPG711EncoderIntfc : public CVoIPFormatIntfc
    35 class CVoIPG711EncoderIntfc : public CVoIPFormatIntfc
    39     {
    36     {
    40 public:
    37 public:
    41     /**
    38     /**
    87 protected:
    84 protected:
    88     CVoIPG711EncoderIntfcImpl* iFormatIntfcImpl;
    85     CVoIPG711EncoderIntfcImpl* iFormatIntfcImpl;
    89 
    86 
    90     };
    87     };
    91 
    88 
    92 
       
    93 #endif //__VOIPG711ENCFORMATINTFC_H
    89 #endif //__VOIPG711ENCFORMATINTFC_H
    94 
    90 
    95 // End of file
    91 // End of file