Class TempoAudioEffect
Tempo audio effect. Implements the BaseAudioEffect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class TempoAudioEffect : BaseAudioEffect, IGSTSharedAudioEffect
Constructors
TempoAudioEffect(Int32)
Initializes a new instance of the TempoAudioEffect class.
Declaration
public TempoAudioEffect(int value = 1000)
Parameters
| Type | Name | Description |
|---|---|---|
| Int32 | value | Tempo. |
Properties
Value
Gets or sets the tempo (1000 by default).
Declaration
public int Value { get; set; }
Property Value
| Type | Description |
|---|---|
| Int32 | The value. |