C# Class PandoraKeys.Player

Afficher le fichier Open project: SamPlusPlus/Pandora-Keys Class Usage Examples

Private Properties

Свойство Type Description
PressButton void
SelectStation void

Méthodes publiques

Méthode 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

Méthode Description
PressButton ( Buttons action ) : void
SelectStation ( string cmds, StringBuilder &log ) : void

Method Details

Command() public méthode

public Command ( string cmds, StringBuilder &log ) : bool
cmds string
log StringBuilder
Résultat bool

Dislike() public méthode

public Dislike ( ) : void
Résultat void

Like() public méthode

public Like ( ) : void
Résultat void

PlayPause() public méthode

public PlayPause ( ) : void
Résultat void

Player() public méthode

public Player ( System.Windows.Forms.WebBrowser webBrowser ) : System
webBrowser System.Windows.Forms.WebBrowser
Résultat System

Reset() public méthode

public Reset ( ) : void
Résultat void

Skip() public méthode

public Skip ( ) : void
Résultat void