summaryrefslogtreecommitdiffstats
path: root/ext/shout2/gstshout2.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/shout2/gstshout2.h')
-rw-r--r--ext/shout2/gstshout2.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/ext/shout2/gstshout2.h b/ext/shout2/gstshout2.h
index 128ce8ed..b481bd39 100644
--- a/ext/shout2/gstshout2.h
+++ b/ext/shout2/gstshout2.h
@@ -55,6 +55,14 @@ struct _GstShout2send {
gchar *genre;
gchar *mount;
gchar *url;
+ gboolean sync;
+ gboolean started;
+
+ guint16 audio_format;
+
+ GstTagList* tags;
+
+ GstClock *clock;
};