C# 클래스 Libmpc.MpdOutput

The MpdOutput class contains all attributes of an output device of the MPD.
파일 보기 프로젝트 열기: sakya/wpfmpdclient 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

MpdOutput() 공개 메소드

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.
리턴 System

ToString() 공개 메소드

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