diff --git a/doc/user.xml b/doc/user.xml index c50f977d6..b2bfc172d 100644 --- a/doc/user.xml +++ b/doc/user.xml @@ -113,7 +113,69 @@ cd mpd-0.14.2 name "my ALSA device" device "hw:0" } - + + + + The following table lists the audio_output + options valid for all plugins: + + + + + + + + Name + + + Description + + + + + + + type + + + The name of the plugin. + + + + + name + + + The name of the audio output. It is visible to the + client. Some plugins also use it internally, e.g. as + a name registered in the PULSE server. + + + + + format + + + Always open the audio output with the specified audio + format (samplerate:bits:channels), regardless of the + format of the input file. This is optional for most + plugins. + + + + + enabled + yes|no + + + Specifies whether this audio output is enabled when + MPD is started. By default, all audio outputs are + enabled. + + + + +