C# 클래스 Steamp3.Shoutcast

파일 보기 프로젝트 열기: ta0soft/STEAMp3 1 사용 예제들

공개 메소드들

메소드 설명
Connect ( bool async ) : void
Dispose ( ) : void
Shoutcast ( string url, int timeout ) : System

보호된 메소드들

메소드 설명
OnHeaderReceived ( int metaInt, string name, string genre, string url ) : void
OnTitleReceived ( string title ) : void

비공개 메소드들

메소드 설명
ReadCallback ( IAsyncResult ar ) : void
ResponseCallback ( IAsyncResult ar ) : void
TimeoutCallback ( object state, bool timedOut ) : void

메소드 상세

Connect() 공개 메소드

public Connect ( bool async ) : void
async bool
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OnHeaderReceived() 보호된 메소드

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

OnTitleReceived() 보호된 메소드

protected OnTitleReceived ( string title ) : void
title string
리턴 void

Shoutcast() 공개 메소드

public Shoutcast ( string url, int timeout ) : System
url string
timeout int
리턴 System