C# 클래스 PiStrom.MusicStream

파일 보기 프로젝트 열기: Banasen/PiStrom

공개 메소드들

메소드 설명
AddClient ( TcpClient client, bool metaInfo ) : void
MusicStream ( string configPath ) : System
Run ( ) : void

비공개 메소드들

메소드 설명
selectNextSong ( ) : void

메소드 상세

AddClient() 공개 메소드

public AddClient ( TcpClient client, bool metaInfo ) : void
client System.Net.Sockets.TcpClient
metaInfo bool
리턴 void

MusicStream() 공개 메소드

public MusicStream ( string configPath ) : System
configPath string
리턴 System

Run() 공개 메소드

public Run ( ) : void
리턴 void