C# Class SphereStudio.Plugins.IrrPlayer

Inheritance: IPlayer
Afficher le fichier Open project: Radnen/spherestudio Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
IrrPlayer ( string filename, bool wantRepeat ) : System
Pause ( ) : void
Play ( ) : void
PlayOrPause ( ) : void
Stop ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

IrrPlayer() public méthode

public IrrPlayer ( string filename, bool wantRepeat ) : System
filename string
wantRepeat bool
Résultat System

Pause() public méthode

public Pause ( ) : void
Résultat void

Play() public méthode

public Play ( ) : void
Résultat void

PlayOrPause() public méthode

public PlayOrPause ( ) : void
Résultat void

Stop() public méthode

public Stop ( ) : void
Résultat void