C# Class TRock.Music.SongStreamPlayer

Inheritance: ISongStreamPlayer
Afficher le fichier Open project: torshy/TRock.Music

Méthodes publiques

Méthode Description
Next ( CancellationToken token ) : bool

Méthodes protégées

Méthode Description
OnCurrentSongsChanged ( SongsEventArgs e ) : void
OnCurrentStreamChanged ( SongStreamEventArgs e ) : void
OnCurrentStreamCompleted ( SongStreamEventArgs e ) : void
OnNextSong ( SongEventArgs e ) : void

Method Details

Next() public méthode

public Next ( CancellationToken token ) : bool
token System.Threading.CancellationToken
Résultat bool

OnCurrentSongsChanged() protected méthode

protected OnCurrentSongsChanged ( SongsEventArgs e ) : void
e SongsEventArgs
Résultat void

OnCurrentStreamChanged() protected méthode

protected OnCurrentStreamChanged ( SongStreamEventArgs e ) : void
e SongStreamEventArgs
Résultat void

OnCurrentStreamCompleted() protected méthode

protected OnCurrentStreamCompleted ( SongStreamEventArgs e ) : void
e SongStreamEventArgs
Résultat void

OnNextSong() protected méthode

protected OnNextSong ( SongEventArgs e ) : void
e SongEventArgs
Résultat void