C# 클래스 Banshee.Audiobook.AudiobookLibrarySource

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

공개 메소드들

메소드 설명
AudiobookLibrarySource ( ) : System
Dispose ( ) : void
First ( ) : bool
GetLastPlayedBookmark ( int book_id ) : Banshee.Collection.Database.Bookmark
GetPluralItemCountString ( int count ) : string
Next ( bool restart, bool changeImmediately ) : bool
Previous ( bool restart ) : bool
SwitchToBookView ( Banshee.Collection.Database.DatabaseAlbumInfo book ) : void

보호된 메소드들

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

비공개 메소드들

메소드 설명
DoPlaybackAction ( ) : bool
MergeBooksAddedSince ( System.DateTime since ) : void
OnPlaybackSourceChanged ( object o, EventArgs args ) : void
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void
StartTimeout ( ) : void
StopTimeout ( ) : void
SwitchToGridView ( ) : void
UpdateLastPlayed ( ) : void

메소드 상세

AudiobookLibrarySource() 공개 메소드

public AudiobookLibrarySource ( ) : System
리턴 System

CreateFiltersFor() 보호된 메소드

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

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

First() 공개 메소드

public First ( ) : bool
리턴 bool

GetLastPlayedBookmark() 공개 메소드

public GetLastPlayedBookmark ( int book_id ) : Banshee.Collection.Database.Bookmark
book_id int
리턴 Banshee.Collection.Database.Bookmark

GetPluralItemCountString() 공개 메소드

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

Next() 공개 메소드

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

Previous() 공개 메소드

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

SwitchToBookView() 공개 메소드

public SwitchToBookView ( Banshee.Collection.Database.DatabaseAlbumInfo book ) : void
book Banshee.Collection.Database.DatabaseAlbumInfo
리턴 void