C# Class FSO.HIT.Events.HITTVOn

A special HITThread replacement to handle the kTurnOnTV event. Used by radio, TV, and (in the original game) the UI music. Also supports streaming MP3 audio.
Inheritance: HITSound
Mostrar archivo Open project: RHY3756547/FreeSO Class Usage Examples

Public Methods

Method Description
Fade ( ) : void
HITTVOn ( uint TrackID ) : System
HITTVOn ( uint id, bool IDMode ) : System
Kill ( ) : void
PlayNext ( ) : bool
Tick ( ) : bool

Private Methods

Method Description
KillLast ( ) : void
LoadStation ( string path ) : void

Method Details

Fade() public method

public Fade ( ) : void
return void

HITTVOn() public method

public HITTVOn ( uint TrackID ) : System
TrackID uint
return System

HITTVOn() public method

public HITTVOn ( uint id, bool IDMode ) : System
id uint
IDMode bool
return System

Kill() public method

public Kill ( ) : void
return void

PlayNext() public method

public PlayNext ( ) : bool
return bool

Tick() public method

public Tick ( ) : bool
return bool