Class AudioFilter
Inheritance
System.Object
AudioFilter
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: AltV.Net.Client.dll
Syntax
public class AudioFilter : BaseObject, IInternalBaseObject, IAudioFilter, IBaseObject, ISharedBaseObject, INative
Constructors
|
Improve this Doc
View Source
AudioFilter(ICore, IntPtr, UInt32)
Declaration
public AudioFilter(ICore core, IntPtr audioFilterNativePointer, uint id)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioFilterNativePointer |
|
System.UInt32 |
id |
|
Properties
|
Improve this Doc
View Source
AudCategory
Declaration
public uint AudCategory { get; set; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AudioFilterNativePointer
Declaration
public IntPtr AudioFilterNativePointer { get; }
Property Value
|
Improve this Doc
View Source
Hash
Declaration
public uint Hash { get; }
Property Value
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
NativePointer
Declaration
public override IntPtr NativePointer { get; }
Property Value
Overrides
Methods
|
Improve this Doc
View Source
AddAutowahEffect(Single, Single, Single, Single, Single, Single, Int32)
Declaration
public uint AddAutowahEffect(float fDryMix, float fWetMix, float fFeedback, float fRate, float fRange, float fFreq, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fDryMix |
|
System.Single |
fWetMix |
|
System.Single |
fFeedback |
|
System.Single |
fRate |
|
System.Single |
fRange |
|
System.Single |
fFreq |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddBqfEffect(Int32, Single, Single, Single, Single, Single, Int32)
Declaration
public uint AddBqfEffect(int lFilter, float fCenter, float fGain, float fBandwidth, float fQ, float fS, int priority)
Parameters
Type |
Name |
Description |
System.Int32 |
lFilter |
|
System.Single |
fCenter |
|
System.Single |
fGain |
|
System.Single |
fBandwidth |
|
System.Single |
fQ |
|
System.Single |
fS |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddChorusEffect(Single, Single, Single, Single, Single, Single, Int32)
Declaration
public uint AddChorusEffect(float fDryMix, float fWetMix, float fFeedback, float fMinSweep, float fMaxSweep, float fRate, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fDryMix |
|
System.Single |
fWetMix |
|
System.Single |
fFeedback |
|
System.Single |
fMinSweep |
|
System.Single |
fMaxSweep |
|
System.Single |
fRate |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddCompressor2Effect(Single, Single, Single, Single, Single, Int32)
Declaration
public uint AddCompressor2Effect(float fGain, float fThreshold, float fRatio, float fAttack, float fRelease, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fGain |
|
System.Single |
fThreshold |
|
System.Single |
fRatio |
|
System.Single |
fAttack |
|
System.Single |
fRelease |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddDampEffect(Single, Single, Single, Single, Single, Int32)
Declaration
public uint AddDampEffect(float fTarget, float fQuiet, float fRate, float fGain, float fDelay, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fTarget |
|
System.Single |
fQuiet |
|
System.Single |
fRate |
|
System.Single |
fGain |
|
System.Single |
fDelay |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddDistortionEffect(Single, Single, Single, Single, Single, Int32)
Declaration
public uint AddDistortionEffect(float fDrive, float fDryMix, float fWetMix, float fFeedback, float fVolume, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fDrive |
|
System.Single |
fDryMix |
|
System.Single |
fWetMix |
|
System.Single |
fFeedback |
|
System.Single |
fVolume |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddEcho4Effect(Single, Single, Single, Single, Int32)
Declaration
public uint AddEcho4Effect(float fDryMix, float fWetMix, float fFeedback, float fDelay, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fDryMix |
|
System.Single |
fWetMix |
|
System.Single |
fFeedback |
|
System.Single |
fDelay |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddFreeverbEffect(Single, Single, Single, Single, Single, UInt32, Int32)
Declaration
public uint AddFreeverbEffect(float fDryMix, float fWetMix, float fRoomSize, float fDamp, float fWidth, uint lMode, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fDryMix |
|
System.Single |
fWetMix |
|
System.Single |
fRoomSize |
|
System.Single |
fDamp |
|
System.Single |
fWidth |
|
System.UInt32 |
lMode |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddPeakeqEffect(Int32, Single, Single, Single, Single, Int32)
Declaration
public uint AddPeakeqEffect(int lBand, float fBandwidth, float fQ, float fCenter, float fGain, int priority)
Parameters
Type |
Name |
Description |
System.Int32 |
lBand |
|
System.Single |
fBandwidth |
|
System.Single |
fQ |
|
System.Single |
fCenter |
|
System.Single |
fGain |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddPhaserEffect(Single, Single, Single, Single, Single, Single, Int32)
Declaration
public uint AddPhaserEffect(float fDryMix, float fWetMix, float fFeedback, float fRate, float fRange, float fFreq, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fDryMix |
|
System.Single |
fWetMix |
|
System.Single |
fFeedback |
|
System.Single |
fRate |
|
System.Single |
fRange |
|
System.Single |
fFreq |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddPitchshiftEffect(Single, Single, Int64, Int64, Int32)
Declaration
public uint AddPitchshiftEffect(float fPitchShift, float fSemitones, long lFFTsize, long lOsamp, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fPitchShift |
|
System.Single |
fSemitones |
|
System.Int64 |
lFFTsize |
|
System.Int64 |
lOsamp |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddRotateEffect(Single, Int32)
Declaration
public uint AddRotateEffect(float fRate, int priority)
Parameters
Type |
Name |
Description |
System.Single |
fRate |
|
System.Int32 |
priority |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
AddVolumeEffect(Single, Int32, Int32)
Declaration
public uint AddVolumeEffect(float fVolume, int priority, int channel = -1)
Parameters
Type |
Name |
Description |
System.Single |
fVolume |
|
System.Int32 |
priority |
|
System.Int32 |
channel |
|
Returns
Type |
Description |
System.UInt32 |
|
|
Improve this Doc
View Source
GetBaseObjectNativePointer(ICore, IntPtr)
Declaration
public static IntPtr GetBaseObjectNativePointer(ICore core, IntPtr audioFilterNativePointer)
Parameters
Type |
Name |
Description |
ICore |
core |
|
IntPtr |
audioFilterNativePointer |
|
Returns
|
Improve this Doc
View Source
RemoveEffect(UInt32)
Declaration
public bool RemoveEffect(uint effect)
Parameters
Type |
Name |
Description |
System.UInt32 |
effect |
|
Returns
Type |
Description |
System.Boolean |
|
Implements