diff --git a/doc/libshout.xml b/doc/libshout.xml index 65efbd6..c883aca 100644 --- a/doc/libshout.xml +++ b/doc/libshout.xml @@ -596,89 +596,27 @@ any directories it knows about. To suppress listing, set this to Returns whether or not this stream is public. - + - int shout_set_name + int shout_set_meta shout_t *self const char *name + const char *value -Sets the name of the stream. - - - - - const char *shout_get_name - shout_t *self - - - -Returns the stream name. - - - - - int shout_set_url - shout_t *self - const char *url - - - -Sets the URL of a site about this stream. - - - - - const char *shout_get_url - shout_t *self - - - -Returns the stream URL. - - - - - int shout_set_genre - shout_t *self - const char *genre - - - -Sets the genre (or genres) of the stream. This is usually a keyword list, -eg "pop rock rap". - - - - - const char *shout_get_genre - shout_t *self - - - -Returns the stream genre. - - - - - int shout_set_description - shout_t *self - const char *description - - - -Sets the description of this stream. +This function sets the meta data for the stream. - + - const char *shout_get_description + const char *shout_get_meta shout_t *self + const char *name -Returns the stream description. +This function gets the meta data for the stream. @@ -825,6 +763,99 @@ metadata for a stream provided by another process). +
Obsolate metadata Interface + +All those functions have been replaced by shout_set_meta and +shout_get_meta. They may be removed by newer versions of this library. + + + + + int shout_set_name + shout_t *self + const char *name + + + +Sets the name of the stream. + + + + + const char *shout_get_name + shout_t *self + + + +Returns the stream name. + + + + + int shout_set_url + shout_t *self + const char *url + + + +Sets the URL of a site about this stream. + + + + + const char *shout_get_url + shout_t *self + + + +Returns the stream URL. + + + + + int shout_set_genre + shout_t *self + const char *genre + + + +Sets the genre (or genres) of the stream. This is usually a keyword list, +eg "pop rock rap". + + + + + const char *shout_get_genre + shout_t *self + + + +Returns the stream genre. + + + + + int shout_set_description + shout_t *self + const char *description + + + +Sets the description of this stream. + + + + + const char *shout_get_description + shout_t *self + + + +Returns the stream description. + + +
+
Data Types