Class RotateParameters
Parameters for Rotate Effect.
Namespace: System.Dynamic.ExpandoObject
Assembly: ManagedBass.Fx.dll
Syntax
public class RotateParameters : object, IEffectParameter
Fields
fRate
Rotation rate/speed in Hz (A negative rate can be used for reverse direction).
Declaration
public float fRate
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
|