Class EchoParameters
Parameters for Echo Effect.
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
fDryMix
fFeedback
fWetMix
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
|