C# 클래스 Banshee.InternetRadio.InternetRadioSource

상속: Banshee.Sources.PrimarySource, IDisposable, IBasicPlaybackController
파일 보기 프로젝트 열기: mono-soc-2011/banshee 1 사용 예제들

공개 메소드들

메소드 설명
AcceptsInputFromSource ( Source source ) : bool
Dispose ( ) : void
First ( ) : bool
GetPluralItemCountString ( int count ) : string
InternetRadioSource ( ) : System
Next ( bool restart, bool changeImmediately ) : bool
Previous ( bool restart ) : bool

보호된 메소드들

메소드 설명
CreateFiltersFor ( DatabaseSource src ) : IEnumerable

비공개 메소드들

메소드 설명
EditStation ( DatabaseTrackInfo track ) : void
OnAddStation ( object o, EventArgs args ) : void
OnPlayerEngineTrackIntercept ( Banshee.Collection.TrackInfo track ) : bool
OnStationEditorResponse ( object o, Gtk.ResponseArgs args ) : void

메소드 상세

AcceptsInputFromSource() 공개 메소드

public AcceptsInputFromSource ( Source source ) : bool
source Source
리턴 bool

CreateFiltersFor() 보호된 메소드

protected CreateFiltersFor ( DatabaseSource src ) : IEnumerable
src Banshee.Sources.DatabaseSource
리턴 IEnumerable

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

First() 공개 메소드

public First ( ) : bool
리턴 bool

GetPluralItemCountString() 공개 메소드

public GetPluralItemCountString ( int count ) : string
count int
리턴 string

InternetRadioSource() 공개 메소드

public InternetRadioSource ( ) : System
리턴 System

Next() 공개 메소드

public Next ( bool restart, bool changeImmediately ) : bool
restart bool
changeImmediately bool
리턴 bool

Previous() 공개 메소드

public Previous ( bool restart ) : bool
restart bool
리턴 bool