Show / Hide Table of Contents

Class EchoParameters

Parameters for Echo Effect.

Inheritance
Object
EchoParameters
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public class EchoParameters : object, IEffectParameter

Fields

bStereo

Echo adjoining channels to each other? Default is disabled.

Declaration
public int bStereo
Field Value
Int32

Remarks

Only allowed with even number of channels!

If enabled and a stream has an even number of channels then, each even channels will be echoed to each other.

fDelay

Delay in seconds (0+...6).

Declaration
public float fDelay
Field Value
Single

fDryMix

Dry (unaffected) signal mix (-2...+2).

Declaration
public float fDryMix
Field Value
Single

fFeedback

Feedback (-1...+1).

Declaration
public float fFeedback
Field Value
Single

fWetMix

Wet (affected) signal mix (-2...+2).

Declaration
public float fWetMix
Field Value
Single

lChannel

A FXChannelFlags flag to define on which channels to apply the effect. Default: All

Declaration
public FXChannelFlags lChannel
Field Value
FXChannelFlags

Properties

FXType

Gets the EffectType.

Declaration
public EffectType FXType { get; }
Property Value
EffectType

Implements
IEffectParameter.FXType
Back to top Copyright © 2017 Mathew Sachin
Generated by DocFx