AL.SourcePause Method

Definition

Overloads

SourcePause(Int32, UInt32*)

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

SourcePause(Int32, UInt32)

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

SourcePause(Int32, UInt32[])

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

SourcePause(UInt32)

This function pauses a source. The paused source will have its state changed to ALSourceState.Paused.

SourcePause(Int32, Int32[])

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

SourcePause(Int32)

This function pauses a source. The paused source will have its state changed to ALSourceState.Paused.

SourcePause(Int32, UInt32*)

Important

This API is not CLS-compliant.

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

[System.CLSCompliant(false)]
public static void SourcePause (int ns, uint* sids);
static member SourcePause : int * nativeptr<uint32> -> unit

Parameters

ns
Int32

The number of sources to be paused.

sids
UInt32*

A pointer to an array of sources to be paused.

Attributes

Applies to

SourcePause(Int32, UInt32)

Important

This API is not CLS-compliant.

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

[System.CLSCompliant(false)]
public static void SourcePause (int ns, ref uint sids);
static member SourcePause : int *  -> unit

Parameters

ns
Int32

The number of sources to be paused.

sids
UInt32

A pointer to an array of sources to be paused.

Attributes

Applies to

SourcePause(Int32, UInt32[])

Important

This API is not CLS-compliant.

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

[System.CLSCompliant(false)]
public static void SourcePause (int ns, uint[] sids);
static member SourcePause : int * uint32[] -> unit

Parameters

ns
Int32

The number of sources to be paused.

sids
UInt32[]

A pointer to an array of sources to be paused.

Attributes

Applies to

SourcePause(UInt32)

Important

This API is not CLS-compliant.

This function pauses a source. The paused source will have its state changed to ALSourceState.Paused.

[System.CLSCompliant(false)]
public static void SourcePause (uint sid);
static member SourcePause : uint32 -> unit

Parameters

sid
UInt32

The name of the source to be paused.

Attributes

Applies to

SourcePause(Int32, Int32[])

This function pauses a set of sources. The paused sources will have their state changed to ALSourceState.Paused.

public static void SourcePause (int ns, int[] sids);
static member SourcePause : int * int[] -> unit

Parameters

ns
Int32

The number of sources to be paused.

sids
Int32[]

A pointer to an array of sources to be paused.

Applies to

SourcePause(Int32)

This function pauses a source. The paused source will have its state changed to ALSourceState.Paused.

public static void SourcePause (int sid);
static member SourcePause : int -> unit

Parameters

sid
Int32

The name of the source to be paused.

Applies to