]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - vss.h
kill close_audio_file handler from struct audio format.
[paraslash.git] / vss.h
diff --git a/vss.h b/vss.h
index 545647b7fda1806b042fb4d9dcad29acbe762197..0234296fd599569c44738929987a913bf050a8bb 100644 (file)
--- a/vss.h
+++ b/vss.h
@@ -29,9 +29,14 @@ char *vss_get_header(int *header_len);
 struct timeval *vss_chunk_time(void);
 int guess_audio_format(const char *name);
 const char *supported_audio_formats(void);
-/* status flags */
+
+/** stop playing after current audio file */
 #define VSS_NOMORE 1
+/** skip remaining part of current audio file */
 #define VSS_NEXT 2
+/** a reposition request was sent by a client */
 #define VSS_REPOS 4
+/** currently playing */
 #define VSS_PLAYING 8
+/** a client requested to change the audio file selector */
 #define VSS_CHANGE 16