C# 클래스 Libmpc.MpdStatistics

The MpdStatistics class contains statistics of the MPD file database.
파일 보기 프로젝트 열기: sakya/wpfmpdclient

공개 메소드들

메소드 설명
MpdStatistics ( int artists, int albums, int songs, int uptime, int playtime, int db_playtime, long db_update ) : System

Creates a new MpdStatistics object.

ToString ( ) : string

Returns a string representation of the object mainly for debugging purpuse.

비공개 메소드들

메소드 설명
appendInt ( StringBuilder builder, string name, int value ) : void
appendLong ( StringBuilder builder, string name, long value ) : void

메소드 상세

MpdStatistics() 공개 메소드

Creates a new MpdStatistics object.
public MpdStatistics ( int artists, int albums, int songs, int uptime, int playtime, int db_playtime, long db_update ) : System
artists int The number of artists in the MPD database.
albums int The number of albums in the MPD database.
songs int The number of songs in the MPD database.
uptime int The time the MPD server is running in seconds.
playtime int The number of seconds the MPD played so far.
db_playtime int The total playtime of all songs in the MPD database.
db_update long The timestamp of the last MPD database update.
리턴 System

ToString() 공개 메소드

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