C# Class Steamp3.Shoutcast

Afficher le fichier Open project: ta0soft/STEAMp3 Class Usage Examples

Méthodes publiques

Méthode Description
Connect ( bool async ) : void
Dispose ( ) : void
Shoutcast ( string url, int timeout ) : System

Méthodes protégées

Méthode Description
OnHeaderReceived ( int metaInt, string name, string genre, string url ) : void
OnTitleReceived ( string title ) : void

Private Methods

Méthode Description
ReadCallback ( IAsyncResult ar ) : void
ResponseCallback ( IAsyncResult ar ) : void
TimeoutCallback ( object state, bool timedOut ) : void

Method Details

Connect() public méthode

public Connect ( bool async ) : void
async bool
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OnHeaderReceived() protected méthode

protected OnHeaderReceived ( int metaInt, string name, string genre, string url ) : void
metaInt int
name string
genre string
url string
Résultat void

OnTitleReceived() protected méthode

protected OnTitleReceived ( string title ) : void
title string
Résultat void

Shoutcast() public méthode

public Shoutcast ( string url, int timeout ) : System
url string
timeout int
Résultat System