OpenTK.Audio.OpenAL.Alc: Method Members

The methods of OpenTK.Audio.OpenAL.Alc are listed below. For a list of all members, see the Alc Members list.

See Also: Inherited members from System.Object

Public Methods

static
CaptureCloseDevice(IntPtr) : bool
This function closes the specified capture device.
static
CaptureOpenDevice(string, int, int, Xamarin.iOS.dll=OpenTK.Audio.OpenAL.ALFormat) : IntPtr
This function opens a capture device by name.
static
CaptureOpenDevice(string, uint, int, Xamarin.iOS.dll=OpenTK.Audio.OpenAL.ALFormat) : IntPtr
This function opens a capture device by name.
static
CaptureSamples(IntPtr, IntPtr, int)
This function completes a capture operation, and does not block.
static
CaptureSamples<T>(IntPtr, ref T, int)
This function completes a capture operation, and does not block.
static
CaptureSamples<T>(IntPtr, T[,,], int)
This function completes a capture operation, and does not block.
static
CaptureSamples<T>(IntPtr, T[,], int)
This function completes a capture operation, and does not block.
static
CaptureSamples<T>(IntPtr, T[], int)
This function completes a capture operation, and does not block.
static
CaptureStart(IntPtr)
This function begins a capture operation.
static
CaptureStop(IntPtr)
This function stops a capture operation.
static
CloseDevice(IntPtr) : bool
This function closes a device by name.
static
CreateContext(IntPtr, int*) : Xamarin.iOS.dll=OpenTK.ContextHandle
Documentation for this section has not yet been entered.
static
CreateContext(IntPtr, int[]) : Xamarin.iOS.dll=OpenTK.ContextHandle
Documentation for this section has not yet been entered.
static
DestroyContext(Xamarin.iOS.dll=OpenTK.ContextHandle)
Documentation for this section has not yet been entered.
static
GetContextsDevice(Xamarin.iOS.dll=OpenTK.ContextHandle) : IntPtr
Documentation for this section has not yet been entered.
static
GetCurrentContext() : Xamarin.iOS.dll=OpenTK.ContextHandle
Documentation for this section has not yet been entered.
static
GetEnumValue(IntPtr, string) : int
This function retrieves the enum value for a specified enumeration name.
static
GetError(IntPtr) : Xamarin.iOS.dll=OpenTK.Audio.OpenAL.AlcError
Documentation for this section has not yet been entered.
static
GetInteger(IntPtr, int, out int, Xamarin.iOS.dll=OpenTK.Audio.OpenAL.AlcGetInteger)
This function returns integers related to the context.
static
GetInteger(IntPtr, int, int[], Xamarin.iOS.dll=OpenTK.Audio.OpenAL.AlcGetInteger)
This function returns integers related to the context.
static
GetProcAddress(IntPtr, string) : IntPtr
This function retrieves the address of a specified context extension function.
static
GetString(IntPtr, Xamarin.iOS.dll=OpenTK.Audio.OpenAL.AlcGetString) : string
This function returns pointers to strings related to the context.
static
GetString(IntPtr, Xamarin.iOS.dll=OpenTK.Audio.OpenAL.AlcGetStringList) : IList<string>
This function returns a List of strings related to the context.
static
IsExtensionPresent(IntPtr, string) : bool
This function queries if a specified context extension is available.
static
MakeContextCurrent(Xamarin.iOS.dll=OpenTK.ContextHandle) : bool
Documentation for this section has not yet been entered.
static
OpenDevice(string) : IntPtr
This function opens a device by name.
static
ProcessContext(Xamarin.iOS.dll=OpenTK.ContextHandle)
Documentation for this section has not yet been entered.
static
SuspendContext(Xamarin.iOS.dll=OpenTK.ContextHandle)
Documentation for this section has not yet been entered.