EffectsExtension.GetFilter Method

Definition

Overloads

GetFilter(UInt32, EfxFilteri, Int32)
GetFilter(UInt32, EfxFilterf, Single)
GetFilter(Int32, EfxFilterf, Single)
GetFilter(Int32, EfxFilteri, Int32)

GetFilter(UInt32, EfxFilteri, Int32)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public void GetFilter (uint fid, OpenTK.Audio.OpenAL.EfxFilteri pname, out int value);
member this.GetFilter : uint32 * OpenTK.Audio.OpenAL.EfxFilteri *  -> unit

Parameters

fid
UInt32
pname
EfxFilteri
value
Int32
Attributes

Applies to

GetFilter(UInt32, EfxFilterf, Single)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public void GetFilter (uint fid, OpenTK.Audio.OpenAL.EfxFilterf pname, out float value);
member this.GetFilter : uint32 * OpenTK.Audio.OpenAL.EfxFilterf *  -> unit

Parameters

fid
UInt32
pname
EfxFilterf
value
Single
Attributes

Applies to

GetFilter(Int32, EfxFilterf, Single)

public void GetFilter (int fid, OpenTK.Audio.OpenAL.EfxFilterf pname, out float value);
member this.GetFilter : int * OpenTK.Audio.OpenAL.EfxFilterf *  -> unit

Parameters

fid
Int32
pname
EfxFilterf
value
Single

Applies to

GetFilter(Int32, EfxFilteri, Int32)

public void GetFilter (int fid, OpenTK.Audio.OpenAL.EfxFilteri pname, out int value);
member this.GetFilter : int * OpenTK.Audio.OpenAL.EfxFilteri *  -> unit

Parameters

fid
Int32
pname
EfxFilteri
value
Int32

Applies to