Enum AlcGetString
Defines available parameters for GetString(ALDevice, AlcGetString).
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public enum AlcGetString
Fields
| Name | Description |
|---|---|
| AllDevicesSpecifier | Will only return the first Device, not a list. Use AlcGetStringList.AllDevicesSpecifier |
| CaptureDefaultDeviceSpecifier | The name of the default capture device |
| CaptureDeviceSpecifier | Will only return the first Device, not a list. Use AlcGetStringList.CaptureDeviceSpecifier. ALC_EXT_CAPTURE_EXT |
| DefaultAllDevicesSpecifier | a list of the default devices. |
| DefaultDeviceSpecifier | The specifier string for the default device. |
| DeviceSpecifier | Will only return the first Device, not a list. Use AlcGetStringList.DeviceSpecifier |
| Extensions | A list of available context extensions separated by spaces. |