comparison src/neon/neon.h @ 3078:3f023c46e40c

neon: Add support for icy-br.
author William Pitcock <nenolod@atheme.org>
date Mon, 27 Apr 2009 05:39:42 -0500
parents 3134a0987162
children
comparison
equal deleted inserted replaced
3077:d58963762734 3078:3f023c46e40c
47 struct icy_metadata { 47 struct icy_metadata {
48 gchar* stream_name; 48 gchar* stream_name;
49 gchar* stream_title; 49 gchar* stream_title;
50 gchar* stream_url; 50 gchar* stream_url;
51 gchar* stream_contenttype; 51 gchar* stream_contenttype;
52 gint stream_bitrate;
52 }; 53 };
53 54
54 struct neon_handle { 55 struct neon_handle {
55 gchar* url; /* The URL, as passed to us */ 56 gchar* url; /* The URL, as passed to us */
56 ne_uri* purl; /* The URL, parsed into a structure */ 57 ne_uri* purl; /* The URL, parsed into a structure */