C# Class ManagedBass.Fx.MediaPlayerFX

A Reusable Channel which can Load files like a Player including Tempo, Pitch and Reverse options using BassFx.
Inheritance: MediaPlayer
Exibir arquivo Open project: ManagedBass/ManagedBass

Protected Methods

Method Description
InitProperties ( ) : void

Initializes Properties on every call to MediaPlayer.Load.

OnLoad ( string FileName ) : int

Loads the File Channel with FX.

Method Details

InitProperties() protected method

Initializes Properties on every call to MediaPlayer.Load.
protected InitProperties ( ) : void
return void

OnLoad() protected method

Loads the File Channel with FX.
protected OnLoad ( string FileName ) : int
FileName string
return int