diff options
Diffstat (limited to 'src/audio.h')
-rw-r--r-- | src/audio.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/audio.h b/src/audio.h index c20f74f54..c42d27d5e 100644 --- a/src/audio.h +++ b/src/audio.h @@ -29,6 +29,10 @@ struct tag; struct client; struct config_param; +/** + * Returns the total number of audio output devices, including those + * who are disabled right now. + */ unsigned int audio_output_count(void); void getOutputAudioFormat(const struct audio_format *inFormat, |