Class AudioCategory
Inheritance
System.Object
AudioCategory
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class AudioCategory : IAudioCategory
Properties
|
Improve this Doc
View Source
DistanceReverbDamping
Declaration
public float DistanceReverbDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
DistanceRolloffScale
Declaration
public float DistanceRolloffScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
EnvironmentalFilterDamping
Declaration
public float EnvironmentalFilterDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
EnvironmentalLoudness
Declaration
public float EnvironmentalLoudness { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
HighPassFilterCutoff
Declaration
public short HighPassFilterCutoff { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
InteriorReverbDamping
Declaration
public float InteriorReverbDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
LowPassFilterCutoff
Declaration
public short LowPassFilterCutoff { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
OcclusionDamping
Declaration
public float OcclusionDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Pitch
Declaration
public short Pitch { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
PlateauRolloffScale
Declaration
public float PlateauRolloffScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SourceReverbDamping
Declaration
public float SourceReverbDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StonedWetLevel
Declaration
public float StonedWetLevel { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
UnderwaterWetLevel
Declaration
public float UnderwaterWetLevel { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Volume
Declaration
public float Volume { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
Reset()
Declaration
Implements