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

Inheritance: IPlayService
Mostra file Open project: Solocast/solocast-clients

Public Methods

Method 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 method

public GoToTime ( int seconds ) : void
seconds int
return void

Pause() public method

public Pause ( ) : void
return void

PlayEpisodeAsync() public method

public PlayEpisodeAsync ( Episode episode ) : System.Threading.Tasks.Task
episode Episode
return System.Threading.Tasks.Task

PlayService() public method

public PlayService ( ) : GalaSoft.MvvmLight.Messaging
return GalaSoft.MvvmLight.Messaging

Resume() public method

public Resume ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void