Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

include.h File Reference


Detailed Description

Include header.

Author:
David Ameller <nail@menta.net>
Copyright
Copyright (C) 2002-2004 David Ameller
All trademarks are property of their respective owner.
License
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Defines

#define MP3INFO_VERSION   "0.8"
 Version description.

#define MP3INFO_DATE   "20040524"
 Build date.

#define MP3INFO_BUILDTYPE   "Release"
 Build type.

#define BLOCK_SIZE   16777216
 Read block size (default 16MB).

#define MAX_OFFSET_WITHOUT_FRAMESYNC   8192
 Max offset to find a valid frame with valid sync (default 8KB).


Define Documentation

#define MP3INFO_VERSION   "0.8"
 

Version description.

#define MP3INFO_DATE   "20040524"
 

Build date.

#define MP3INFO_BUILDTYPE   "Release"
 

Build type.

#define BLOCK_SIZE   16777216
 

Read block size (default 16MB).

Note:
MUST BE GREATHER THAN MAX_OFFSET_WITHOUT_FRAMESYNC

#define MAX_OFFSET_WITHOUT_FRAMESYNC   8192
 

Max offset to find a valid frame with valid sync (default 8KB).

Note:
MUST BE LOWER THAN BLOCK_SIZE


doxygen sourceforge id3lib