Show / Hide Table of Contents

Class RotateParameters

Parameters for Rotate Effect.

Inheritance
Object
RotateParameters
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

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