C# Class imBMW.iBus.Devices.Emulators.CDChanger

Inheritance: MediaEmulator
ファイルを表示 Open project: toxsedyshev/imBMW Class Usage Examples

Public Methods

Method Description
CDChanger ( IAudioPlayer player ) : System

Protected Methods

Method Description
OnIsEnabledChanged ( bool isEnabled, bool fire = true ) : void
Pause ( ) : void
Play ( ) : void
PlayPauseToggle ( ) : void

Private Methods

Method Description
CancelStopDelay ( ) : void
ProcessCDCMessage ( Message m ) : void
announce ( ) : void

Method Details

CDChanger() public method

public CDChanger ( IAudioPlayer player ) : System
player IAudioPlayer
return System

OnIsEnabledChanged() protected method

protected OnIsEnabledChanged ( bool isEnabled, bool fire = true ) : void
isEnabled bool
fire bool
return void

Pause() protected method

protected Pause ( ) : void
return void

Play() protected method

protected Play ( ) : void
return void

PlayPauseToggle() protected method

protected PlayPauseToggle ( ) : void
return void