C# Class Libmpc.MpdOutput

The MpdOutput class contains all attributes of an output device of the MPD.
Mostra file Open project: sakya/wpfmpdclient Class Usage Examples

Public Methods

Method Description
MpdOutput ( int id, string name, bool enabled ) : System

Creates a new MpdOutput object.

ToString ( ) : string

Returns a string representation of the object mainly for debuging purpose.

Method Details

MpdOutput() public method

Creates a new MpdOutput object.
public MpdOutput ( int id, string name, bool enabled ) : System
id int The id of the output.
name string The name of the output.
enabled bool If the output is enabled.
return System

ToString() public method

Returns a string representation of the object mainly for debuging purpose.
public ToString ( ) : string
return string