C# 클래스 Solocast.UWP.Infrastructure.Services.PlayService

상속: IPlayService
파일 보기 프로젝트 열기: Solocast/solocast-clients

공개 메소드들

메소드 설명
GoToTime ( int seconds ) : void
Pause ( ) : void
PlayEpisodeAsync ( Episode episode ) : System.Threading.Tasks.Task
PlayService ( ) : GalaSoft.MvvmLight.Messaging
Resume ( ) : void
Stop ( ) : void

메소드 상세

GoToTime() 공개 메소드

public GoToTime ( int seconds ) : void
seconds int
리턴 void

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

PlayEpisodeAsync() 공개 메소드

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

PlayService() 공개 메소드

public PlayService ( ) : GalaSoft.MvvmLight.Messaging
리턴 GalaSoft.MvvmLight.Messaging

Resume() 공개 메소드

public Resume ( ) : void
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void