Show / Hide Table of Contents

Enum AlcContextAttributes

Defines available context attributes.

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

Fields

Name Description
EfxMaxAuxiliarySends

(EFX Extension) This Context property can be passed to OpenAL during Context creation (alcCreateContext) to request a maximum number of Auxiliary Sends desired on each Source. It is not guaranteed that the desired number of sends will be available, so an application should query this property after creating the context using alcGetIntergerv. Default: 2

Frequency

Followed by System.Int32 Hz

MonoSources

Followed by System.Int32 Num of requested Mono (3D) Sources

Refresh

Followed by System.Int32 Hz

StereoSources

Followed by System.Int32 Num of requested Stereo Sources

Sync

Followed by AlBoolean.True, or AlBoolean.False

In This Article
Back to top Generated by DocFX