logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt

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

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

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.

Name

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

Version

       version 2.003

See Also