summaryrefslogtreecommitdiff
path: root/deadbeef.h
diff options
context:
space:
mode:
authorGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-09 20:49:12 +0100
committerGravatar Alexey Yakovenko <wakeroid@gmail.com>2010-01-09 20:54:03 +0100
commitf26c90bb66c1aa0d8ec7ddcffada1edf1a12bf92 (patch)
treebc16badfa4d86e1ff4a6fbdf8125017a5498b163 /deadbeef.h
parent418960f37fe1d615b420f0b9ba9afcd7ba5434c1 (diff)
support for interruption of http streaming at any time
Diffstat (limited to 'deadbeef.h')
-rw-r--r--deadbeef.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/deadbeef.h b/deadbeef.h
index 195ba86b..c656a39e 100644
--- a/deadbeef.h
+++ b/deadbeef.h
@@ -423,7 +423,6 @@ typedef struct DB_plugin_s {
} DB_plugin_t;
typedef struct {
- DB_FILE *file;
int bps;
int channels;
int samplerate;
@@ -531,7 +530,6 @@ typedef struct DB_vfs_s {
int64_t (*tell) (DB_FILE *stream);
void (*rewind) (DB_FILE *stream);
int64_t (*getlength)(DB_FILE *stream);
- void (*stop)(DB_FILE *stream);
const char * (*get_content_type) (DB_FILE *stream);
const char * (*get_content_name) (DB_FILE *stream);
const char * (*get_content_genre) (DB_FILE *stream);