AL.GetSource Method

Definition

Overloads

GetSource(Int32, ALSource3f, Single, Single, Single)
GetSource(UInt32, ALSourcef, Single)
GetSource(UInt32, ALSourceb, Boolean)
GetSource(UInt32, ALSource3f, Vector3)
GetSource(Int32, ALSourceb, Boolean)
GetSource(Int32, ALSourcef, Single)
GetSource(UInt32, ALSource3f, Single, Single, Single)
GetSource(Int32, ALSource3f, Vector3)
GetSource(Int32, ALGetSourcei, Int32)
GetSource(UInt32, ALGetSourcei, Int32)

GetSource(Int32, ALSource3f, Single, Single, Single)

public static void GetSource (int sid, OpenTK.Audio.OpenAL.ALSource3f param, out float value1, out float value2, out float value3);
static member GetSource : int * OpenTK.Audio.OpenAL.ALSource3f *  *  *  -> unit

Parameters

sid
Int32
param
ALSource3f
value1
Single
value2
Single
value3
Single

Applies to

GetSource(UInt32, ALSourcef, Single)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public static void GetSource (uint sid, OpenTK.Audio.OpenAL.ALSourcef param, out float value);
static member GetSource : uint32 * OpenTK.Audio.OpenAL.ALSourcef *  -> unit

Parameters

sid
UInt32
param
ALSourcef
value
Single
Attributes

Applies to

GetSource(UInt32, ALSourceb, Boolean)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public static void GetSource (uint sid, OpenTK.Audio.OpenAL.ALSourceb param, out bool value);
static member GetSource : uint32 * OpenTK.Audio.OpenAL.ALSourceb *  -> unit

Parameters

sid
UInt32
param
ALSourceb
value
Boolean
Attributes

Applies to

GetSource(UInt32, ALSource3f, Vector3)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public static void GetSource (uint sid, OpenTK.Audio.OpenAL.ALSource3f param, out OpenTK.Vector3 values);
static member GetSource : uint32 * OpenTK.Audio.OpenAL.ALSource3f *  -> unit

Parameters

sid
UInt32
param
ALSource3f
values
Vector3
Attributes

Applies to

GetSource(Int32, ALSourceb, Boolean)

public static void GetSource (int sid, OpenTK.Audio.OpenAL.ALSourceb param, out bool value);
static member GetSource : int * OpenTK.Audio.OpenAL.ALSourceb *  -> unit

Parameters

sid
Int32
param
ALSourceb
value
Boolean

Applies to

GetSource(Int32, ALSourcef, Single)

public static void GetSource (int sid, OpenTK.Audio.OpenAL.ALSourcef param, out float value);
static member GetSource : int * OpenTK.Audio.OpenAL.ALSourcef *  -> unit

Parameters

sid
Int32
param
ALSourcef
value
Single

Applies to

GetSource(UInt32, ALSource3f, Single, Single, Single)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public static void GetSource (uint sid, OpenTK.Audio.OpenAL.ALSource3f param, out float value1, out float value2, out float value3);
static member GetSource : uint32 * OpenTK.Audio.OpenAL.ALSource3f *  *  *  -> unit

Parameters

sid
UInt32
param
ALSource3f
value1
Single
value2
Single
value3
Single
Attributes

Applies to

GetSource(Int32, ALSource3f, Vector3)

public static void GetSource (int sid, OpenTK.Audio.OpenAL.ALSource3f param, out OpenTK.Vector3 values);
static member GetSource : int * OpenTK.Audio.OpenAL.ALSource3f *  -> unit

Parameters

sid
Int32
param
ALSource3f
values
Vector3

Applies to

GetSource(Int32, ALGetSourcei, Int32)

public static void GetSource (int sid, OpenTK.Audio.OpenAL.ALGetSourcei param, out int value);
static member GetSource : int * OpenTK.Audio.OpenAL.ALGetSourcei *  -> unit

Parameters

sid
Int32
param
ALGetSourcei
value
Int32

Applies to

GetSource(UInt32, ALGetSourcei, Int32)

Important

This API is not CLS-compliant.

[System.CLSCompliant(false)]
public static void GetSource (uint sid, OpenTK.Audio.OpenAL.ALGetSourcei param, out int value);
static member GetSource : uint32 * OpenTK.Audio.OpenAL.ALGetSourcei *  -> unit

Parameters

sid
UInt32
param
ALGetSourcei
value
Int32
Attributes

Applies to