Show / Hide Table of Contents

Struct EffectsExtension.EaxReverb

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: OpenTK.Audio.OpenAL
Assembly: cs.temp.dll.dll
Syntax
[CLSCompliant(false)]
public struct EaxReverb

Constructors

EaxReverb(UInt32, Single, Single, Int32, Int32, Int32, Single, Single, Single, Int32, Single, Single, Single, Single, Int32, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, UInt32)

Declaration
public EaxReverb(uint environment, float environmentSize, float environmentDiffusion, int room, int roomHF, int roomLF, float decayTime, float decayHFRatio, float decayLFRatio, int reflections, float reflectionsDelay, float reflectionsPanX, float reflectionsPanY, float reflectionsPanZ, int reverb, float reverbDelay, float reverbPanX, float reverbPanY, float reverbPanZ, float echoTime, float echoDepth, float modulationTime, float modulationDepth, float airAbsorptionHF, float hfReference, float lfReference, float roomRolloffFactor, uint flags)
Parameters
Type Name Description
System.UInt32 environment
System.Single environmentSize
System.Single environmentDiffusion
System.Int32 room
System.Int32 roomHF
System.Int32 roomLF
System.Single decayTime
System.Single decayHFRatio
System.Single decayLFRatio
System.Int32 reflections
System.Single reflectionsDelay
System.Single reflectionsPanX
System.Single reflectionsPanY
System.Single reflectionsPanZ
System.Int32 reverb
System.Single reverbDelay
System.Single reverbPanX
System.Single reverbPanY
System.Single reverbPanZ
System.Single echoTime
System.Single echoDepth
System.Single modulationTime
System.Single modulationDepth
System.Single airAbsorptionHF
System.Single hfReference
System.Single lfReference
System.Single roomRolloffFactor
System.UInt32 flags

Fields

AirAbsorptionHF

Declaration
public float AirAbsorptionHF
Field Value
Type Description
System.Single

DecayHFRatio

Declaration
public float DecayHFRatio
Field Value
Type Description
System.Single

DecayLFRatio

Declaration
public float DecayLFRatio
Field Value
Type Description
System.Single

DecayTime

Declaration
public float DecayTime
Field Value
Type Description
System.Single

EchoDepth

Declaration
public float EchoDepth
Field Value
Type Description
System.Single

EchoTime

Declaration
public float EchoTime
Field Value
Type Description
System.Single

Environment

Declaration
public uint Environment
Field Value
Type Description
System.UInt32

EnvironmentDiffusion

Declaration
public float EnvironmentDiffusion
Field Value
Type Description
System.Single

EnvironmentSize

Declaration
public float EnvironmentSize
Field Value
Type Description
System.Single

Flags

Declaration
public uint Flags
Field Value
Type Description
System.UInt32

HFReference

Declaration
public float HFReference
Field Value
Type Description
System.Single

LFReference

Declaration
public float LFReference
Field Value
Type Description
System.Single

ModulationDepth

Declaration
public float ModulationDepth
Field Value
Type Description
System.Single

ModulationTime

Declaration
public float ModulationTime
Field Value
Type Description
System.Single

Reflections

Declaration
public int Reflections
Field Value
Type Description
System.Int32

ReflectionsDelay

Declaration
public float ReflectionsDelay
Field Value
Type Description
System.Single

ReflectionsPan

Declaration
public Vector3 ReflectionsPan
Field Value
Type Description
Vector3

Reverb

Declaration
public int Reverb
Field Value
Type Description
System.Int32

ReverbDelay

Declaration
public float ReverbDelay
Field Value
Type Description
System.Single

ReverbPan

Declaration
public Vector3 ReverbPan
Field Value
Type Description
Vector3

Room

Declaration
public int Room
Field Value
Type Description
System.Int32

RoomHF

Declaration
public int RoomHF
Field Value
Type Description
System.Int32

RoomLF

Declaration
public int RoomLF
Field Value
Type Description
System.Int32

RoomRolloffFactor

Declaration
public float RoomRolloffFactor
Field Value
Type Description
System.Single
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX