Метод | Описание | |
---|---|---|
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 ( |
Метод | Описание | |
---|---|---|
DoPlaybackAction ( ) : bool | ||
MergeBooksAddedSince ( System.DateTime since ) : void | ||
OnPlaybackSourceChanged ( object o, |
||
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void | ||
StartTimeout ( ) : void | ||
StopTimeout ( ) : void | ||
SwitchToGridView ( ) : void | ||
UpdateLastPlayed ( ) : void |
public AudiobookLibrarySource ( ) : System | ||
Результат | System |
protected CreateFiltersFor ( |
||
src | ||
Результат | IEnumerable |
public GetLastPlayedBookmark ( int book_id ) : Banshee.Collection.Database.Bookmark | ||
book_id | int | |
Результат | Banshee.Collection.Database.Bookmark |
public GetPluralItemCountString ( int count ) : string | ||
count | int | |
Результат | string |
public Next ( bool restart, bool changeImmediately ) : bool | ||
restart | bool | |
changeImmediately | bool | |
Результат | bool |
public SwitchToBookView ( Banshee.Collection.Database.DatabaseAlbumInfo book ) : void | ||
book | Banshee.Collection.Database.DatabaseAlbumInfo | |
Результат | void |