AlcGetString Enum

Definition

Defines available parameters for GetString(IntPtr, AlcGetString).

public enum AlcGetString
type AlcGetString = 
Inheritance
AlcGetString

Fields

AllDevicesSpecifier 4115

Will only return the first Device, not a list. Use AlcGetStringList.AllDevicesSpecifier

CaptureDefaultDeviceSpecifier 785

The name of the default capture device

CaptureDeviceSpecifier 784

Will only return the first Device, not a list. Use AlcGetStringList.CaptureDeviceSpecifier. ALC_EXT_CAPTURE_EXT

DefaultAllDevicesSpecifier 4114

a list of the default devices.

DefaultDeviceSpecifier 4100

The specifier string for the default device.

DeviceSpecifier 4101

Will only return the first Device, not a list. Use AlcGetStringList.DeviceSpecifier

Extensions 4102

A list of available context extensions separated by spaces.

Applies to