Class OpenALLibraryNameContainer
Contains the library name of OpenAL.
Inherited Members
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public class OpenALLibraryNameContainer
  Properties
Android
Gets the library name to use on Android.
Declaration
public string Android { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
IOS
Gets the library name to use on iOS.
Declaration
public string IOS { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Linux
Gets the library name to use on Linux.
Declaration
public string Linux { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
MacOS
Gets the library name to use on MacOS.
Declaration
public string MacOS { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
OverridePath
Overrides any platform detection logic and directly searches for the OpenAL library using the provided path.
If this is null then no override will happen.
Declaration
public static string OverridePath { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Windows
Gets the library name to use on Windows.
Declaration
public string Windows { get; }
  Property Value
| Type | Description | 
|---|---|
| string | 
Methods
GetLibraryName()
Declaration
public string GetLibraryName()
  Returns
| Type | Description | 
|---|---|
| string |