VERSION
version 2.003DESCRIPTION
The MPD server can have various outputs defined, generally one per sound card. Those output can be queried with the mpd modules. Some of those information are served to you as an Audio::MPD::Common::Output object.An Audio::MPD::Common::Output object does not update itself regularly, and thus should be used immediately.
Note: one should never ever instantiate an Audio::MPD::Common::Output object directly - use the mpd modules instead.
ATTRIBUTES
$output->id;
Internal MPD id for the output.$output->name;
Friendly-name for the output.$output->enabled;
Boolean stating whether the output is enabled or not.AUTHOR
Jerome QuelinCOPYRIGHT AND LICENSE
This software is copyright (c) 2007 by Jerome Quelin.This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.