C# Class SphereStudio.Plugins.IrrPlayer

Inheritance: IPlayer
Exibir arquivo Open project: Radnen/spherestudio Class Usage Examples

Public Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

IrrPlayer() public method

public IrrPlayer ( string filename, bool wantRepeat ) : System
filename string
wantRepeat bool
return System

Pause() public method

public Pause ( ) : void
return void

Play() public method

public Play ( ) : void
return void

PlayOrPause() public method

public PlayOrPause ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void