Show / Hide Table of Contents

Class SoundEffects

Represents effects that can be set on a Sound

Inheritance
Object
SoundEffects
Inherited Members
Object.Equals(Object)
Object.Equals(Object, Object)
Object.GetHashCode()
Object.GetType()
Object.MemberwiseClone()
Object.ReferenceEquals(Object, Object)
Object.ToString()
Namespace: Slipe.Client.Sounds
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
Type Description
Boolean
| Improve this Doc View Source

Compressor

Declaration
public bool Compressor { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Distorion

Declaration
public bool Distorion { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Echo

Declaration
public bool Echo { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Flanger

Declaration
public bool Flanger { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Gargle

Declaration
public bool Gargle { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

I3Dl2Reverb

Declaration
public bool I3Dl2Reverb { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Parameq

Declaration
public bool Parameq { get; set; }
Property Value
Type Description
Boolean
| Improve this Doc View Source

Reverb

Declaration
public bool Reverb { get; set; }
Property Value
Type Description
Boolean
  • Improve this Doc
  • View Source
Back to top Generated by DocFX