mmserv/voipaudioservices/VoIPIntfc/src/VoIPG711EncoderIntfc.cpp
changeset 53 eabc8c503852
parent 0 71ca22bcf22a
equal deleted inserted replaced
48:a493a607b5bf 53:eabc8c503852
     1 /*
     1 /*
     2 * Copyright (c) 2007-2008 Nokia Corporation and/or its subsidiary(-ies).
     2  * Copyright (c) 2007-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:  VOIP Audio Services
    14  * Description:  VOIP Audio Services
    15 *
    15  *
    16 */
    16  */
    17 
       
    18 
    17 
    19 #include <e32base.h>
    18 #include <e32base.h>
    20 #include <voipformatintfc.h>
    19 #include <voipformatintfc.h>
    21 #include <voipg711encoderintfc.h>
    20 #include <voipg711encoderintfc.h>
    22 #include "VoIPG711EncoderIntfcImpl.h"
    21 #include "VoIPG711EncoderIntfcImpl.h"
    23 
       
    24 
    22 
    25 // ---------------------------------------------------------------------------
    23 // ---------------------------------------------------------------------------
    26 // CVoIPG711EncoderIntfc::~CVoIPG711EncoderIntfc
    24 // CVoIPG711EncoderIntfc::~CVoIPG711EncoderIntfc
    27 // ---------------------------------------------------------------------------
    25 // ---------------------------------------------------------------------------
    28 //
    26 //
    41 // ---------------------------------------------------------------------------
    39 // ---------------------------------------------------------------------------
    42 // CVoIPG711EncoderIntfc::ConstructL
    40 // CVoIPG711EncoderIntfc::ConstructL
    43 // ---------------------------------------------------------------------------
    41 // ---------------------------------------------------------------------------
    44 //
    42 //
    45 void CVoIPG711EncoderIntfc::ConstructL(
    43 void CVoIPG711EncoderIntfc::ConstructL(
    46                             CVoIPG711EncoderIntfcImpl* aFormatIntfcImpl)
    44         CVoIPG711EncoderIntfcImpl* aFormatIntfcImpl)
    47     {
    45     {
    48     iFormatIntfcImpl = aFormatIntfcImpl;
    46     iFormatIntfcImpl = aFormatIntfcImpl;
    49     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
    47     CVoIPFormatIntfc::ConstructL(iFormatIntfcImpl);
    50     }
    48     }
    51 
    49 
    67     {
    65     {
    68     TInt err = iFormatIntfcImpl->GetMode(aMode);
    66     TInt err = iFormatIntfcImpl->GetMode(aMode);
    69     return err;
    67     return err;
    70     }
    68     }
    71 
    69 
    72 
       
    73 // End of file
    70 // End of file