C# Class Steamp3.Shoutcast

Show file Open project: ta0soft/STEAMp3 Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnHeaderReceived ( int metaInt, string name, string genre, string url ) : void
OnTitleReceived ( string title ) : void

Private Methods

Method Description
ReadCallback ( IAsyncResult ar ) : void
ResponseCallback ( IAsyncResult ar ) : void
TimeoutCallback ( object state, bool timedOut ) : void

Method Details

Connect() public method

public Connect ( bool async ) : void
async bool
return void

Dispose() public method

public Dispose ( ) : void
return void

OnHeaderReceived() protected method

protected OnHeaderReceived ( int metaInt, string name, string genre, string url ) : void
metaInt int
name string
genre string
url string
return void

OnTitleReceived() protected method

protected OnTitleReceived ( string title ) : void
title string
return void

Shoutcast() public method

public Shoutcast ( string url, int timeout ) : System
url string
timeout int
return System