source: branches/v2.9/mediafolder/include/pmcddb.h

Last change on this file was 2, checked in by stevenhl, 8 years ago

Import sources from cwmm-full.zip dated 2005-03-21

File size: 1.6 KB
Line 
1/* This file is (C) Chris Wohlgemuth 1999-2002
2 */
3/*
4 * This program is free software; you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation; either version 2, or (at your option)
7 * any later version.
8 *
9 * This program is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 * GNU General Public License for more details.
13 *
14 * You should have received a copy of the GNU General Public License
15 * along with this program; see the file COPYING. If not, write to
16 * the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
17 */
18
19#define ID_CREATORSETTINGS "<CWCREATOR_SETTINGS>"
20
21/* Fonts to use in dialogs */
22#define DEFAULT_DIALOG_FONT "9.WarpSans"
23#define DEFAULT_DIALOG_FONT_WARP3 "8.Helv"
24
25#define RESDLL_BASENAME "PMDB"
26
27
28/* Keys for CWMMAudio */
29#define IDKEY_DISCTITLE 6200
30#define IDKEY_TRACKTITLE 6201
31#define IDKEY_ARTIST 6202
32#define IDKEY_GENRE 6203
33#define IDKEY_DISCID 6204
34
35/* for cwmmQueryTrackInfo() */
36/* ID tag defines */
37#define IDINFO_NAME 1
38#define IDINFO_ARTIST 2
39#define IDINFO_ALBUM 3
40#define IDINFO_YEAR 4
41#define IDINFO_COMMENT 5
42#define IDINFO_GENRE 6
43#define IDINFO_PLAYTIME 7
44#define IDINFO_BPS 8
45#define IDINFO_SAMPLERATE 9
46#define IDINFO_CHANNELS 10
47
48#define IDINFO_LASTINFO 10
Note: See TracBrowser for help on using the repository browser.