Property | Type | Description | |
---|---|---|---|
FileName | string | ||
IsBeingPlayed | bool | ||
TrackName | string |
Method | Description | |
---|---|---|
GetVolume ( ) : int | ||
MusicPlayer ( string fileName ) : System | ||
Play ( bool Looping ) : void | ||
SetVolume ( int newvolume ) : void | ||
StopPlaying ( ) : void |
Method | Description | |
---|---|---|
PlaySound ( string pszSound, |
||
PlayWorker ( ) : void | ||
mciSendString ( string command, StringBuilder buffer, int bufferSize, |
public MusicPlayer ( string fileName ) : System | ||
fileName | string | |
return | System |