C# Class PandoraKeys.Player

Mostrar archivo Open project: SamPlusPlus/Pandora-Keys Class Usage Examples

Private Properties

Property Type Description
PressButton void
SelectStation void

Public Methods

Method Description
Command ( string cmds, StringBuilder &log ) : bool
Dislike ( ) : void
Like ( ) : void
PlayPause ( ) : void
Player ( System.Windows.Forms.WebBrowser webBrowser ) : System
Reset ( ) : void
Skip ( ) : void

Private Methods

Method Description
PressButton ( Buttons action ) : void
SelectStation ( string cmds, StringBuilder &log ) : void

Method Details

Command() public method

public Command ( string cmds, StringBuilder &log ) : bool
cmds string
log StringBuilder
return bool

Dislike() public method

public Dislike ( ) : void
return void

Like() public method

public Like ( ) : void
return void

PlayPause() public method

public PlayPause ( ) : void
return void

Player() public method

public Player ( System.Windows.Forms.WebBrowser webBrowser ) : System
webBrowser System.Windows.Forms.WebBrowser
return System

Reset() public method

public Reset ( ) : void
return void

Skip() public method

public Skip ( ) : void
return void