]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - audiod.h
Convert para_audiod to lopsub.
[paraslash.git] / audiod.h
index 7073c6dd2108fb31b915724fdbed431d76d51e63..295a02bc44ddb339932539d276f570f3ad785b10 100644 (file)
--- a/audiod.h
+++ b/audiod.h
@@ -13,15 +13,6 @@ enum {AUDIOD_AUDIO_FORMATS_ENUM};
 /** array of audio format names supported by para_audiod */
 extern const char *audio_formats[];
 
-/**
- * the possible modes of operation
- *
- * - off: disconnect from para_server
- * - on: receive status information from para_server and play the audio stream
- * - sb: only receive status information but not the audio stream
- */
-enum audiod_status_info {AUDIOD_OFF, AUDIOD_ON, AUDIOD_STANDBY};
-
 extern int audiod_status;
 
 /* defined in audiod.c */