Main Page | Modules | Data Structures | File List | Data Fields | Globals

remix_meta.h

Go to the documentation of this file.
00001 /*
00002  * libremix -- An audio mixing and sequencing library.
00003  *
00004  * Copyright (C) 2001 Commonwealth Scientific and Industrial Research
00005  * Organisation (CSIRO), Australia.
00006  * Copyright (C) 2003 Conrad Parker
00007  *
00008  * This library is free software; you can redistribute it and/or
00009  * modify it under the terms of the GNU Lesser General Public
00010  * License as published by the Free Software Foundation; either
00011  * version 2 of the License, or (at your option) any later version.
00012  *
00013  * This library 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 GNU
00016  * Lesser General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU Lesser General Public
00019  * License along with this library; if not, write to the Free Software
00020  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00021  *
00022  */
00023 
00028 /*
00029  * Conrad Parker <conrad@metadecks.org>, August 2001
00030  */
00031 
00032 #ifndef __REMIX_META_H__
00033 #define __REMIX_META_H__
00034 
00035 char * remix_meta_text_get_identifier (RemixEnv * env, RemixMetaText * mt);
00036 char * remix_meta_text_set_identifier (RemixEnv * env, RemixMetaText * mt,
00037                                        char * identifier);
00038 char * remix_meta_text_get_category (RemixEnv * env, RemixMetaText * mt);
00039 char * remix_meta_text_set_category (RemixEnv * env, RemixMetaText * mt,
00040                                      char * category);
00041 char * remix_meta_text_get_description (RemixEnv * env, RemixMetaText * mt);
00042 char * remix_meta_text_set_description (RemixEnv * env, RemixMetaText * mt,
00043                                         char * description);
00044 char * remix_meta_text_get_copyright (RemixEnv * env, RemixMetaText * mt);
00045 char * remix_meta_text_set_copyright (RemixEnv * env, RemixMetaText * mt,
00046                                       char * copyright);
00047 char * remix_meta_text_get_url (RemixEnv * env, RemixMetaText * mt);
00048 char * remix_meta_text_set_url (RemixEnv * env, RemixMetaText * mt,
00049                                 char * url);
00050 CDList * remix_meta_text_get_authors (RemixEnv * env, RemixMetaText * mt);
00051 void remix_meta_text_add_author (RemixEnv * env, RemixMetaText * mt,
00052                                  char * name, char * email);
00053 
00054 #if defined(__cplusplus)
00055 }
00056 #endif
00057 
00058 #endif /* __REMIX_META_H__ */

Generated on Fri Jan 9 08:44:15 2004 for remix by doxygen 1.3.4