Show / Hide Table of Contents

Class ALC.DeviceClock

Inheritance
object
ALBase
ALC.DeviceClock
Inherited Members
ALBase.RegisterOpenALResolver()
ALBase.LoadDelegate<TDelegate>(string)
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: OpenTK.Audio.OpenAL
Assembly: OpenTK.Audio.OpenAL.dll
Syntax
public class ALC.DeviceClock : ALBase

Fields

ExtensionName

The name of this AL extension.

Declaration
public const string ExtensionName = "ALC_SOFT_device_clock"
Field Value
Type Description
string

Methods

GetInteger(ALDevice, GetInteger64, int, long[])

Declaration
public static void GetInteger(ALDevice device, GetInteger64 param, int size, long[] values)
Parameters
Type Name Description
ALDevice device
GetInteger64 param
int size
long[] values

GetInteger(ALDevice, GetInteger64, int, long*)

Declaration
public static void GetInteger(ALDevice device, GetInteger64 param, int size, long* values)
Parameters
Type Name Description
ALDevice device
GetInteger64 param
int size
long* values

GetInteger(ALDevice, GetInteger64, long[])

Declaration
public static void GetInteger(ALDevice device, GetInteger64 param, long[] values)
Parameters
Type Name Description
ALDevice device
GetInteger64 param
long[] values

GetInteger(ALDevice, GetInteger64, Span<long>)

Declaration
public static void GetInteger(ALDevice device, GetInteger64 param, Span<long> values)
Parameters
Type Name Description
ALDevice device
GetInteger64 param
Span<long> values

GetSource(int, SourceDouble, double[])

Declaration
public static void GetSource(int source, SourceDouble param, double[] values)
Parameters
Type Name Description
int source
SourceDouble param
double[] values

GetSource(int, SourceDouble, out double, out double)

Declaration
public static void GetSource(int source, SourceDouble param, out double value1, out double value2)
Parameters
Type Name Description
int source
SourceDouble param
double value1
double value2

GetSource(int, SourceDouble, double*)

Declaration
public static void GetSource(int source, SourceDouble param, double* values)
Parameters
Type Name Description
int source
SourceDouble param
double* values

GetSource(int, SourceDouble, Span<double>)

Declaration
public static void GetSource(int source, SourceDouble param, Span<double> values)
Parameters
Type Name Description
int source
SourceDouble param
Span<double> values

GetSource(int, SourceInteger64, out int, out int, out long)

Declaration
public static void GetSource(int source, SourceInteger64 param, out int value1, out int value2, out long value3)
Parameters
Type Name Description
int source
SourceInteger64 param
int value1
int value2
long value3

GetSource(int, SourceInteger64, long[])

Declaration
public static void GetSource(int source, SourceInteger64 param, long[] values)
Parameters
Type Name Description
int source
SourceInteger64 param
long[] values

GetSource(int, SourceInteger64, long*)

Declaration
public static void GetSource(int source, SourceInteger64 param, long* values)
Parameters
Type Name Description
int source
SourceInteger64 param
long* values

GetSource(int, SourceInteger64, Span<long>)

Declaration
public static void GetSource(int source, SourceInteger64 param, Span<long> values)
Parameters
Type Name Description
int source
SourceInteger64 param
Span<long> values

IsExtensionPresent(ALDevice)

Checks if this extension is present.

Declaration
public static bool IsExtensionPresent(ALDevice device)
Parameters
Type Name Description
ALDevice device

The device to query.

Returns
Type Description
bool

Whether the extension was present or not.

In This Article
Back to top Generated by DocFX