comparison src/vorbis/http.h @ 12:3da1b8942b8b trunk

[svn] - remove src/Input src/Output src/Effect src/General src/Visualization src/Container
author nenolod
date Mon, 18 Sep 2006 03:14:20 -0700
parents src/Input/vorbis/http.h@13389e613d67
children
comparison
equal deleted inserted replaced
11:cff1d04026ae 12:3da1b8942b8b
1 #ifndef __HTTP_H__
2 #define __HTTP_H__
3
4 gint vorbis_http_open(const gchar * url);
5 gint vorbis_http_read(gpointer data, gint length);
6 void vorbis_http_close(void);
7 gchar *vorbis_http_get_title(const gchar * url);
8 gint vorbis_http_get_ice_bitrate(void);
9
10 #endif /* __HTTP_H__ */