Class PitchShiftAudioEffect
Pitch shift audio effect. Implements the BaseAudioEffect.
Implements
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEffects
Assembly: VisioForge.Core.dll
Syntax
public class PitchShiftAudioEffect : BaseAudioEffect, ISharedAudioEffectX
Constructors
PitchShiftAudioEffect(float)
Initializes a new instance of the PitchShiftAudioEffect class.
Declaration
public PitchShiftAudioEffect(float pitch)
Parameters
Type | Name | Description |
---|---|---|
float | pitch | Specifies the pitch. Default value is 1.0f, which means that no pitch is done. |
Properties
Pitch
Gets or sets the pitch. Default value is 1.0f, which means that no pitch is done.
Declaration
public float Pitch { get; set; }
Property Value
Type | Description |
---|---|
float | The pitch. |