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


Audio-MPD-Common documentation  | view source Contained in the Audio-MPD-Common distribution.

Index


NAME

Top

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

VERSION

Top

version 1.110550

DESCRIPTION

Top

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

Top

$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

Top

  Jerome Quelin

COPYRIGHT AND LICENSE

Top


Audio-MPD-Common documentation  | view source Contained in the Audio-MPD-Common distribution.