AL.Source Method

Definition

Overloads

Source(UInt32, ALSourcei, Int32)
Source(UInt32, ALSource3i, Int32, Int32, Int32)
Source(UInt32, ALSource3f, Single, Single, Single)
Source(Int32, ALSource3i, Int32, Int32, Int32)
Source(Int32, ALSource3f, Single, Single, Single)
Source(UInt32, ALSourcef, Single)
Source(Int32, ALSource3f, Vector3)
Source(UInt32, ALSource3f, Vector3)
Source(Int32, ALSourcei, Int32)
Source(Int32, ALSourcef, Single)
Source(Int32, ALSourceb, Boolean)
Source(UInt32, ALSourceb, Boolean)

Source(UInt32, ALSourcei, Int32)

Important

This API is not CLS-compliant.

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

Parameters

sid
UInt32
param
ALSourcei
value
Int32
Attributes

Applies to

Source(UInt32, ALSource3i, Int32, Int32, Int32)

Important

This API is not CLS-compliant.

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

Parameters

sid
UInt32
param
ALSource3i
value1
Int32
value2
Int32
value3
Int32
Attributes

Applies to

Source(UInt32, ALSource3f, Single, Single, Single)

Important

This API is not CLS-compliant.

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

Parameters

sid
UInt32
param
ALSource3f
value1
Single
value2
Single
value3
Single
Attributes

Applies to

Source(Int32, ALSource3i, Int32, Int32, Int32)

public static void Source (int sid, OpenTK.Audio.OpenAL.ALSource3i param, int value1, int value2, int value3);
static member Source : int * OpenTK.Audio.OpenAL.ALSource3i * int * int * int -> unit

Parameters

sid
Int32
param
ALSource3i
value1
Int32
value2
Int32
value3
Int32

Applies to

Source(Int32, ALSource3f, Single, Single, Single)

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

Parameters

sid
Int32
param
ALSource3f
value1
Single
value2
Single
value3
Single

Applies to

Source(UInt32, ALSourcef, Single)

Important

This API is not CLS-compliant.

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

Parameters

sid
UInt32
param
ALSourcef
value
Single
Attributes

Applies to

Source(Int32, ALSource3f, Vector3)

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

Parameters

sid
Int32
param
ALSource3f
values
Vector3

Applies to

Source(UInt32, ALSource3f, Vector3)

Important

This API is not CLS-compliant.

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

Parameters

sid
UInt32
param
ALSource3f
values
Vector3
Attributes

Applies to

Source(Int32, ALSourcei, Int32)

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

Parameters

sid
Int32
param
ALSourcei
value
Int32

Applies to

Source(Int32, ALSourcef, Single)

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

Parameters

sid
Int32
param
ALSourcef
value
Single

Applies to

Source(Int32, ALSourceb, Boolean)

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

Parameters

sid
Int32
param
ALSourceb
value
Boolean

Applies to

Source(UInt32, ALSourceb, Boolean)

Important

This API is not CLS-compliant.

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

Parameters

sid
UInt32
param
ALSourceb
value
Boolean
Attributes

Applies to