Provided by: libaudio-mpd-common-perl_2.003-1_all bug

NAME

       Audio::MPD::Common::Output - class representing MPD output

VERSION

       version 2.003

DESCRIPTION

       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 Quelin

COPYRIGHT 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.