Interface IAudioCategory
Assembly: AltV.Net.Client.dll
Syntax
public interface IAudioCategory
Properties
|
Improve this Doc
View Source
DistanceReverbDamping
Declaration
float DistanceReverbDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
DistanceRolloffScale
Declaration
float DistanceRolloffScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
EnvironmentalFilterDamping
Declaration
float EnvironmentalFilterDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
EnvironmentalLoudness
Declaration
float EnvironmentalLoudness { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
HighPassFilterCutoff
Declaration
short HighPassFilterCutoff { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
InteriorReverbDamping
Declaration
float InteriorReverbDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
LowPassFilterCutoff
Declaration
short LowPassFilterCutoff { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
OcclusionDamping
Declaration
float OcclusionDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Pitch
Declaration
short Pitch { get; set; }
Property Value
Type |
Description |
System.Int16 |
|
|
Improve this Doc
View Source
PlateauRolloffScale
Declaration
float PlateauRolloffScale { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
SourceReverbDamping
Declaration
float SourceReverbDamping { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
StonedWetLevel
Declaration
float StonedWetLevel { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
UnderwaterWetLevel
Declaration
float UnderwaterWetLevel { get; set; }
Property Value
Type |
Description |
System.Single |
|
|
Improve this Doc
View Source
Volume
Declaration
float Volume { get; set; }
Property Value
Type |
Description |
System.Single |
|
Methods
|
Improve this Doc
View Source
Reset()
Declaration