X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=audiod.h;fp=audiod.h;h=856bc05126dbcb54a24a311a2f0eb19b42060d95;hb=98d0c34a0377546a4ed0062ad32e8161d611d6e6;hp=8faf323118aca2c6dc7e859a9192f1f39907b2fe;hpb=b3fd38bd1965ca8fec37cdd94552dc0f62f41372;p=paraslash.git diff --git a/audiod.h b/audiod.h index 8faf3231..856bc051 100644 --- a/audiod.h +++ b/audiod.h @@ -2,12 +2,15 @@ int num_filters(int audio_format_num); int get_audio_format_num(char *name); -/* audio formats supportedby para_audiod */ -enum { AUDIOD_AUDIO_FORMATS_ENUM}; +/** enum of audio formats supported by para_audiod */ +enum {AUDIOD_AUDIO_FORMATS_ENUM}; +/** array of audio format names supported by para_audiod */ extern const char *audio_formats[]; -#define DEFINE_AUDIO_FORMAT_ARRAY const char *audio_formats[] = {"mp3", "ogg", "aac", NULL} + +/** maximal number of simultaneous instances */ #define MAX_STREAM_SLOTS 5 + /** * the possible modes of operation *