Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PianoKeyEmulator
Player
C# Class PianoKeyEmulator.Player
Datei anzeigen
Open project: DrA1ex/GuitarHelper
Class Usage Examples
Public Methods
Method
Description
Player
(
MainWindow
parent
) :
System
SetPlaySpeed
(
double
speed
) :
void
SetStartPos
(
int
pos
) :
void
Stop
( ) :
void
playMusic
(
string
x
) :
void
Private Methods
Method
Description
RunCmd
(
string
cmd
) :
int
RunCmds
(
object
state
) :
void
Method Details
Player()
public
method
public
Player
(
MainWindow
parent
) :
System
parent
MainWindow
return
System
SetPlaySpeed()
public
method
public
SetPlaySpeed
(
double
speed
) :
void
speed
double
return
void
SetStartPos()
public
method
public
SetStartPos
(
int
pos
) :
void
pos
int
return
void
Stop()
public
method
public
Stop
( ) :
void
return
void
playMusic()
public
method
public
playMusic
(
string
x
) :
void
x
string
return
void