Show / Hide Table of Contents

Class SoundProperties

Represents different sound properties

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

Constructors

| Improve this Doc View Source

SoundProperties(Sound)

Declaration
public SoundProperties(Sound sound)
Parameters
Type Name Description
Sound sound

Properties

| Improve this Doc View Source

Pitch

Declaration
public float Pitch { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

Reverse

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

SampleRate

Declaration
public float SampleRate { get; set; }
Property Value
Type Description
Single
| Improve this Doc View Source

Tempo

Declaration
public float Tempo { get; set; }
Property Value
Type Description
Single
  • Improve this Doc
  • View Source
Back to top Generated by DocFX