Метод | Описание | |
---|---|---|
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.
|
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. |
Результат | System |