C# 클래스 TRock.Music.Torshify.Server.Hubs.TorshifyHub

상속: SignalR.Hubs.Hub
파일 보기 프로젝트 열기: torshy/TRock.Music

공개 메소드들

메소드 설명
GetCurrentSong ( ) : Song
GetIsPlaying ( ) : bool
GetMuted ( ) : bool
GetVolume ( ) : float
Pause ( ) : void
Play ( ) : void
SetIsPlaying ( bool isPlaying ) : void
SetMuted ( bool isMuted ) : void
SetVolume ( float volume ) : void
Start ( Song song ) : void
Stop ( ) : void
TorshifyHub ( ) : SignalR

메소드 상세

GetCurrentSong() 공개 메소드

public GetCurrentSong ( ) : Song
리턴 Song

GetIsPlaying() 공개 메소드

public GetIsPlaying ( ) : bool
리턴 bool

GetMuted() 공개 메소드

public GetMuted ( ) : bool
리턴 bool

GetVolume() 공개 메소드

public GetVolume ( ) : float
리턴 float

Pause() 공개 메소드

public Pause ( ) : void
리턴 void

Play() 공개 메소드

public Play ( ) : void
리턴 void

SetIsPlaying() 공개 메소드

public SetIsPlaying ( bool isPlaying ) : void
isPlaying bool
리턴 void

SetMuted() 공개 메소드

public SetMuted ( bool isMuted ) : void
isMuted bool
리턴 void

SetVolume() 공개 메소드

public SetVolume ( float volume ) : void
volume float
리턴 void

Start() 공개 메소드

public Start ( Song song ) : void
song Song
리턴 void

Stop() 공개 메소드

public Stop ( ) : void
리턴 void

TorshifyHub() 공개 메소드

public TorshifyHub ( ) : SignalR
리턴 SignalR