Edit

Share via


AlcGetString Enum

Definition

Defines available parameters for GetString(IntPtr, AlcGetString).

public enum AlcGetString
type AlcGetString = 
Inheritance
AlcGetString

Fields

Name Value Description
CaptureDeviceSpecifier 784

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

CaptureDefaultDeviceSpecifier 785

The name of the default capture device

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.

DefaultAllDevicesSpecifier 4114

a list of the default devices.

AllDevicesSpecifier 4115

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

Applies to