C# Class PiStrom.MusicStream

Afficher le fichier Open project: Banasen/PiStrom

Méthodes publiques

Méthode Description
AddClient ( TcpClient client, bool metaInfo ) : void
MusicStream ( string configPath ) : System
Run ( ) : void

Private Methods

Méthode Description
selectNextSong ( ) : void

Method Details

AddClient() public méthode

public AddClient ( TcpClient client, bool metaInfo ) : void
client System.Net.Sockets.TcpClient
metaInfo bool
Résultat void

MusicStream() public méthode

public MusicStream ( string configPath ) : System
configPath string
Résultat System

Run() public méthode

public Run ( ) : void
Résultat void