AlcContextAttributes Enum

Definition

Defines available context attributes.

public enum AlcContextAttributes
type AlcContextAttributes = 
Inheritance
AlcContextAttributes

Fields

EfxMaxAuxiliarySends 131075

(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 4103

Followed by System.Int32 Hz

MonoSources 4112

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

Refresh 4104

Followed by System.Int32 Hz

StereoSources 4113

Followed by System.Int32 Num of requested Stereo Sources

Sync 4105

Followed by AlBoolean.True, or AlBoolean.False

Applies to