Class ALC.EnumerateAll
Exposes the API in the EnumerateAll extension.
Inherited Members
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public class ALC.EnumerateAll : ALBase
Fields
ExtensionName
The name of this AL extension.
Declaration
public const string ExtensionName = "ALC_ENUMERATE_ALL_EXT"
Field Value
Type | Description |
---|---|
string |
Methods
GetString(ALDevice, GetEnumerateAllContextString)
Gets a named property on the context.
Declaration
public static extern string GetString(ALDevice device, GetEnumerateAllContextString param)
Parameters
Type | Name | Description |
---|---|---|
ALDevice | device | The device for the context. |
GetEnumerateAllContextString | param | The named property. |
Returns
Type | Description |
---|---|
string | The value. |
GetStringList(ALDevice, GetEnumerateAllContextStringList)
Gets a named property on the context.
Declaration
public static extern byte* GetStringList(ALDevice device, GetEnumerateAllContextStringList param)
Parameters
Type | Name | Description |
---|---|---|
ALDevice | device | The device for the context. |
GetEnumerateAllContextStringList | param | The named property. |
Returns
Type | Description |
---|---|
byte* | The value. |
GetStringList(GetEnumerateAllContextStringList)
Gets a named property on the context.
Declaration
public static IEnumerable<string> GetStringList(GetEnumerateAllContextStringList param)
Parameters
Type | Name | Description |
---|---|---|
GetEnumerateAllContextStringList | param | The named property. |
Returns
Type | Description |
---|---|
IEnumerable<string> | The value. |
IsExtensionPresent()
Checks whether the extension is present.
Declaration
public static bool IsExtensionPresent()
Returns
Type | Description |
---|---|
bool | Whether the extension was present or not. |
IsExtensionPresent(ALDevice)
Checks whether the extension is present.
Declaration
public static bool IsExtensionPresent(ALDevice device)
Parameters
Type | Name | Description |
---|---|---|
ALDevice | device | The device to be queried. |
Returns
Type | Description |
---|---|
bool | Whether the extension was present or not. |