Class SoundProperties
Represents different sound properties
Inheritance
SoundProperties
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
|
Improve this Doc
View Source
Reverse
Declaration
public bool Reverse { get; set; }
Property Value
|
Improve this Doc
View Source
SampleRate
Declaration
public float SampleRate { get; set; }
Property Value
|
Improve this Doc
View Source
Tempo
Declaration
public float Tempo { get; set; }
Property Value