Class MediaPlayerFX
A Reusable Channel which can Load files like a Player including Tempo, Pitch and Reverse options using BassFx.
Inherited Members
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public class MediaPlayerFX : MediaPlayer, IDisposable
Properties
Pitch
Gets or Sets the Pitch in Semitones (-60 ... 0 ... 60).
Declaration
public double Pitch { get; set; }
Property Value
Double
|
Reverse
Gets or Sets the Media playback direction.
Declaration
public bool Reverse { get; set; }
Property Value
Boolean
|
Tempo
Gets or Sets the Tempo in Percentage (-95% ... 0 ... 5000%)
Declaration
public double Tempo { get; set; }
Property Value
Double
|
Methods
InitProperties()
Initializes Properties on every call to
Declaration
protected override void InitProperties()