Property | Type | Description | |
---|---|---|---|
source_set_at | System.DateTime |
Property | Type | Description | |
---|---|---|---|
CalcNextTrack | Banshee.Collection.TrackInfo | ||
CancelErrorTransition | void | ||
EosTransition | bool | ||
IBasicPlaybackController | bool | ||
IBasicPlaybackController | bool | ||
IBasicPlaybackController | bool | ||
OnPlayerEnginePlayWhenIdleRequest | void | ||
OnPlayerEvent | void | ||
QueryTrack | Banshee.Collection.TrackInfo | ||
QueryTrackLinear | Banshee.Collection.TrackInfo | ||
QueryTrackRandom | Banshee.Collection.TrackInfo | ||
QueuePlayTrack | void | ||
RequestTrackHandler | bool |
Method | Description | |
---|---|---|
First ( ) : void | ||
Next ( ) : void | ||
Next ( bool restart ) : void | ||
Next ( bool restart, bool changeImmediately ) : void | ||
PlaybackControllerService ( ) : System | ||
Previous ( ) : void | ||
Previous ( bool restart ) : void | ||
RestartOrPrevious ( ) : void | ||
RestartOrPrevious ( bool restart ) : void | ||
ToggleRepeat ( ) : void | ||
ToggleShuffle ( ) : void |
Method | Description | |
---|---|---|
InstantiateStacks ( ) : void | ||
OnNextSourceChanged ( ) : void | ||
OnSourceChanged ( ) : void | ||
OnStopped ( ) : void | ||
OnTrackStarted ( ) : void | ||
OnTransition ( ) : void |
Method | Description | |
---|---|---|
CalcNextTrack ( Direction direction, bool restart ) : Banshee.Collection.TrackInfo | ||
CancelErrorTransition ( ) : void | ||
EosTransition ( ) : bool | ||
IBasicPlaybackController ( ) : bool | ||
IBasicPlaybackController ( bool restart ) : bool | ||
IBasicPlaybackController ( bool restart, bool changeImmediately ) : bool | ||
OnPlayerEnginePlayWhenIdleRequest ( object o, |
||
OnPlayerEvent ( Banshee.MediaEngine.PlayerEventArgs args ) : void | ||
QueryTrack ( Direction direction, bool restart ) : Banshee.Collection.TrackInfo | ||
QueryTrackLinear ( Direction direction, bool restart ) : Banshee.Collection.TrackInfo | ||
QueryTrackRandom ( string shuffle_mode, bool restart ) : Banshee.Collection.TrackInfo | ||
QueuePlayTrack ( ) : void | ||
RequestTrackHandler ( ) : bool |
public Next ( bool restart, bool changeImmediately ) : void | ||
restart | bool | |
changeImmediately | bool | |
return | void |
public PlaybackControllerService ( ) : System | ||
return | System |
public RestartOrPrevious ( bool restart ) : void | ||
restart | bool | |
return | void |