Class SoundEffects
Represents effects that can be set on a Sound
Assembly: SlipeClient.dll
Syntax
public class SoundEffects
Constructors
|
Improve this Doc
View Source
SoundEffects(Sound)
Declaration
public SoundEffects(Sound sound)
Parameters
Type |
Name |
Description |
Sound |
sound |
|
Properties
|
Improve this Doc
View Source
Chorus
Declaration
public bool Chorus { get; set; }
Property Value
|
Improve this Doc
View Source
Compressor
Declaration
public bool Compressor { get; set; }
Property Value
|
Improve this Doc
View Source
Distorion
Declaration
public bool Distorion { get; set; }
Property Value
|
Improve this Doc
View Source
Echo
Declaration
public bool Echo { get; set; }
Property Value
|
Improve this Doc
View Source
Flanger
Declaration
public bool Flanger { get; set; }
Property Value
|
Improve this Doc
View Source
Gargle
Declaration
public bool Gargle { get; set; }
Property Value
|
Improve this Doc
View Source
I3Dl2Reverb
Declaration
public bool I3Dl2Reverb { get; set; }
Property Value
|
Improve this Doc
View Source
Parameq
Declaration
public bool Parameq { get; set; }
Property Value
|
Improve this Doc
View Source
Reverb
Declaration
public bool Reverb { get; set; }
Property Value