metatags.h

00001 /*****************************************************************
00002  * gavl - a general purpose audio/video processing library
00003  *
00004  * Copyright (c) 2001 - 2011 Members of the Gmerlin project
00005  * gmerlin-general@lists.sourceforge.net
00006  * http://gmerlin.sourceforge.net
00007  *
00008  * This program is free software: you can redistribute it and/or modify
00009  * it under the terms of the GNU General Public License as published by
00010  * the Free Software Foundation, either version 2 of the License, or
00011  * (at your option) any later version.
00012  *
00013  * This program is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00016  * GNU General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU General Public License
00019  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
00020  * *****************************************************************/
00021 
00022 #ifndef GAVL_METATAGS_H_INCLUDED
00023 #define GAVL_METATAGS_H_INCLUDED
00024 
00038 #define GAVL_META_TITLE       "Title"
00039 
00042 #define GAVL_META_ARTIST      "Artist"
00043 
00046 #define GAVL_META_ALBUMARTIST "Albumartist"
00047 
00050 #define GAVL_META_AUTHOR      "Author"
00051 
00054 #define GAVL_META_COPYRIGHT   "Copyright"
00055 
00058 #define GAVL_META_ALBUM       "Album"
00059 
00062 #define GAVL_META_GENRE       "Genre"
00063 
00069 #define GAVL_META_TRACKNUMBER "Tracknumber"
00070 
00076 #define GAVL_META_DATE        "Date"
00077 
00083 #define GAVL_META_DATE_CREATE "CreationDate"     // YYYY-MM-DD [HH:MM:SS]
00084 
00090 #define GAVL_META_DATE_MODIFY "ModificationDate" // YYYY-MM-DD [HH:MM:SS]
00091 
00095 #define GAVL_META_YEAR        "Year"        // YYYY
00096 
00102 #define GAVL_META_LANGUAGE    "Language"    // ISO 639-2/B 3 letter code
00103 
00107 #define GAVL_META_COMMENT     "Comment"
00108 
00112 #define GAVL_META_URL         "URL"
00113 
00120 #define GAVL_META_SOFTWARE    "Software"
00121 
00125 #define GAVL_META_CREATOR     "Creator"
00126 
00132 #define GAVL_META_FORMAT      "Format"
00133 
00139 #define GAVL_META_LABEL       "Label"
00140 
00147 #define GAVL_META_BITRATE     "Bitrate"
00148 
00152 #define GAVL_META_AUDIO_BITS  "BitsPerSample"
00153 
00157 #define GAVL_META_VIDEO_BPP   "BitsPerPixel"
00158 
00162 #define GAVL_META_VENDOR      "Vendor"
00163 
00167 #define GAVL_META_DEVICE      "Device"
00168 
00173 #endif //  GAVL_METATAGS_H_INCLUDED
Generated on Fri Jun 8 17:27:53 2012 for gavl by  doxygen 1.6.3