C# Class TRock.Music.Torshify.Server.Hubs.TorshifyHub

Inheritance: SignalR.Hubs.Hub
Mostrar archivo Open project: torshy/TRock.Music

Public Methods

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

Method Details

GetCurrentSong() public method

public GetCurrentSong ( ) : Song
return Song

GetIsPlaying() public method

public GetIsPlaying ( ) : bool
return bool

GetMuted() public method

public GetMuted ( ) : bool
return bool

GetVolume() public method

public GetVolume ( ) : float
return float

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

SetIsPlaying() public method

public SetIsPlaying ( bool isPlaying ) : void
isPlaying bool
return void

SetMuted() public method

public SetMuted ( bool isMuted ) : void
isMuted bool
return void

SetVolume() public method

public SetVolume ( float volume ) : void
volume float
return void

Start() public method

public Start ( Song song ) : void
song Song
return void

Stop() public method

public Stop ( ) : void
return void

TorshifyHub() public method

public TorshifyHub ( ) : SignalR
return SignalR