OpenTK.Audio.OpenAL.AlcGetInteger Enumeration
Defines available parameters for Alc.GetInteger(IntPtr, AlcGetInteger, int, Int32[]).

Syntax

public enum AlcGetInteger

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AllAttributesExpects a destination of ALC_ATTRIBUTES_SIZE, and provides an attribute list for the current context of the specified device. NULL is an invalid device.
AttributesSizeThe size (number of ALCint values) required for a zero-terminated attributes list, for the current context. NULL is an invalid device.
CaptureSamplesThe number of capture samples available. NULL is an invalid device.
EfxMajorVersion(EFX Extension) This property can be used by the application to retrieve the Major version number of the Effects Extension supported by this OpenAL implementation. As this is a Context property is should be retrieved using alcGetIntegerv.
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
EfxMinorVersion(EFX Extension) This property can be used by the application to retrieve the Minor version number of the Effects Extension supported by this OpenAL implementation. As this is a Context property is should be retrieved using alcGetIntegerv.
MajorVersionThe specification revision for this implementation (major version). NULL is an acceptable device.
MinorVersionThe specification revision for this implementation (minor version). NULL is an acceptable device.

Requirements

Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK-1.0 (in OpenTK-1.0.dll)
Assembly Versions: 0.0.0.0