C# Class Solocast.UWP.Infrastructure.Services.PlayService

Inheritance: IPlayService
Afficher le fichier Open project: Solocast/solocast-clients

Méthodes publiques

Méthode Description
GoToTime ( int seconds ) : void
Pause ( ) : void
PlayEpisodeAsync ( Episode episode ) : System.Threading.Tasks.Task
PlayService ( ) : GalaSoft.MvvmLight.Messaging
Resume ( ) : void
Stop ( ) : void

Method Details

GoToTime() public méthode

public GoToTime ( int seconds ) : void
seconds int
Résultat void

Pause() public méthode

public Pause ( ) : void
Résultat void

PlayEpisodeAsync() public méthode

public PlayEpisodeAsync ( Episode episode ) : System.Threading.Tasks.Task
episode Episode
Résultat System.Threading.Tasks.Task

PlayService() public méthode

public PlayService ( ) : GalaSoft.MvvmLight.Messaging
Résultat GalaSoft.MvvmLight.Messaging

Resume() public méthode

public Resume ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void