Enum GetEnumerationString
Defines available parameters for GetString(ALDevice, GetEnumerationString).
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum GetEnumerationString
Fields
| Name | Description |
|---|---|
| CaptureDeviceSpecifier | Gets a specific capture device's specifier. Can also be used without a device to get a list of all available capture devices, see CaptureDeviceSpecifier. ALC_ENUMERATION_EXT |
| DefaultCaptureDeviceSpecifier | Gets the specifier for the default capture device. ALC_ENUMERATION_EXT |
| DefaultDeviceSpecifier | Gets the specifier for the default device. ALC_ENUMERATION_EXT |
| DeviceSpecifier | Gets a specific output device's specifier. Can also be used without a device to get a list of all available output devices, see DeviceSpecifier. ALC_ENUMERATION_EXT |