Show / Hide Table of Contents

Enum AudioContext.MaxAuxiliarySends

May be passed at context construction time to indicate the number of desired auxiliary effect slot sends per source.

Namespace: OpenTK.Audio
Assembly: OpenTK.dll
Syntax
public enum MaxAuxiliarySends

Fields

Name Description
Four

Four sends per source.

One

One send per source.

Three

Three sends per source.

Two

Two sends per source.

UseDriverDefault

Will chose a reliably working parameter.

In This Article
Back to top Generated by DocFX