multimediacommscontroller/mmccamrpayloadformat/inc/AmrFrameInfo.inl
changeset 0 1bce908db942
equal deleted inserted replaced
-1:000000000000 0:1bce908db942
       
     1 /*
       
     2 * Copyright (c) 2006 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:    Inline methods implementations
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 // ---------------------------------------------------------------------------
       
    23 // TAmrFrameInfo::TAmrFrameInfo
       
    24 // C++ default constructor can NOT contain any code, that
       
    25 // might leave.
       
    26 // ---------------------------------------------------------------------------
       
    27 //
       
    28 inline TAmrFrameInfo::TAmrFrameInfo() 
       
    29     : 
       
    30     iMode( 0 ), 
       
    31     iBitrate( 0 ), 
       
    32     iSamplingRate( 0 ),
       
    33     iChannels( 0 ), 
       
    34     iFrameSize( 0 ), 
       
    35     iFrameSamples( 0 ),
       
    36     iSamplingRateOut( 0 ), 
       
    37     iChannelsOut( 0 ), 
       
    38     iFrameSamplesOut( 0 )
       
    39     {
       
    40     }
       
    41    
       
    42     
       
    43     
       
    44     
       
    45