videoeditorengine/mp3aacManipLib/MP3Gain/inc/mpaud.h
changeset 9 d87d32eab1a9
parent 0 951a5db380a0
--- a/videoeditorengine/mp3aacManipLib/MP3Gain/inc/mpaud.h	Fri Jan 29 14:08:33 2010 +0200
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,61 +0,0 @@
-/*
-* Copyright (c) 2010 Ixonos Plc.
-* All rights reserved.
-* This component and the accompanying materials are made available
-* under the terms of the "Eclipse Public License v1.0"
-* which accompanies this distribution, and is available
-* at the URL "http://www.eclipse.org/legal/epl-v10.html".
-*
-* Initial Contributors:
-* Nokia Corporation - Initial contribution
-*
-* Contributors:
-* Ixonos Plc
-*
-* Description:
-*
-*/
-
-
-/**************************************************************************
-  mpaud.h - Interface for the mp3 decoder core.
-
-  Author(s): Juha Ojanpera
-  Copyright (c) 1999-2004 by Nokia Research Center, Speech and Audio Systems.
-  *************************************************************************/
-
-#ifndef MP_AUD_H_
-#define MP_AUD_H_
-
-/**************************************************************************
-  External Objects Needed
-  *************************************************************************/
-
-/*-- Project Headers --*/
-#include "nok_bits.h"
-#include "defines.h"
-#include "auddef.h"
-#include "mpif.h"
-#include "Mp3API.h"
-
-/**************************************************************************
-  External Objects Provided
-  *************************************************************************/
-
-/**************************************************************************
-                Common structure definitions for all layers
-  *************************************************************************/
-
-/*
-   Purpose:     Parent Structure for mp1, mp2, and mp3 frames.
-   Explanation: - */
-class CMPAudDec;
-class TMpTransportHandle;
-
-int16
-L3BitReservoir(CMPAudDec *mp);
-
-uint8
-GetLayer3Version(TMpTransportHandle *tHandle);
-
-#endif /*-- MP_AUD_H_ --*/