Show / Hide Table of Contents

Enum EffectSlotFloat

A list of valid float AuxiliaryEffectSlot(int, EffectSlotFloat, float)/GetAuxiliaryEffectSlot(int, EffectSlotFloat) parameters.

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum EffectSlotFloat

Fields

Name Description
Gain

Range [0.0f .. 1.0f] Default: 1.0f

This property is used to specify an output level for the Auxiliary Effect Slot. Setting the gain to 0.0f mutes the output.

In This Article
Back to top Generated by DocFX