videoeditorengine/mp3aacManipLib/MP3Gain/inc/mpaud.h
changeset 9 d87d32eab1a9
parent 0 951a5db380a0
equal deleted inserted replaced
0:951a5db380a0 9:d87d32eab1a9
     1 /*
       
     2 * Copyright (c) 2010 Ixonos Plc.
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the "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 * Ixonos Plc
       
    14 *
       
    15 * Description:
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 /**************************************************************************
       
    21   mpaud.h - Interface for the mp3 decoder core.
       
    22 
       
    23   Author(s): Juha Ojanpera
       
    24   Copyright (c) 1999-2004 by Nokia Research Center, Speech and Audio Systems.
       
    25   *************************************************************************/
       
    26 
       
    27 #ifndef MP_AUD_H_
       
    28 #define MP_AUD_H_
       
    29 
       
    30 /**************************************************************************
       
    31   External Objects Needed
       
    32   *************************************************************************/
       
    33 
       
    34 /*-- Project Headers --*/
       
    35 #include "nok_bits.h"
       
    36 #include "defines.h"
       
    37 #include "auddef.h"
       
    38 #include "mpif.h"
       
    39 #include "Mp3API.h"
       
    40 
       
    41 /**************************************************************************
       
    42   External Objects Provided
       
    43   *************************************************************************/
       
    44 
       
    45 /**************************************************************************
       
    46                 Common structure definitions for all layers
       
    47   *************************************************************************/
       
    48 
       
    49 /*
       
    50    Purpose:     Parent Structure for mp1, mp2, and mp3 frames.
       
    51    Explanation: - */
       
    52 class CMPAudDec;
       
    53 class TMpTransportHandle;
       
    54 
       
    55 int16
       
    56 L3BitReservoir(CMPAudDec *mp);
       
    57 
       
    58 uint8
       
    59 GetLayer3Version(TMpTransportHandle *tHandle);
       
    60 
       
    61 #endif /*-- MP_AUD_H_ --*/