Edit

Share via


AlcContextAttributes Enum

Definition

Defines available context attributes.

public enum AlcContextAttributes
type AlcContextAttributes = 
Inheritance
AlcContextAttributes

Fields

Name Value Description
Frequency 4103

Followed by System.Int32 Hz

Refresh 4104

Followed by System.Int32 Hz

Sync 4105

Followed by AlBoolean.True, or AlBoolean.False

MonoSources 4112

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

StereoSources 4113

Followed by System.Int32 Num of requested Stereo Sources

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

Applies to