AL.SourceRewind Method

Definition

Overloads

SourceRewind(Int32, UInt32[])

This function stops a set of sources and sets all their states to ALSourceState.Initial.

SourceRewind(Int32, UInt32)

This function stops a set of sources and sets all their states to ALSourceState.Initial.

SourceRewind(Int32, UInt32*)

This function stops a set of sources and sets all their states to ALSourceState.Initial.

SourceRewind(Int32, Int32[])

This function stops a set of sources and sets all their states to ALSourceState.Initial.

SourceRewind(Int32)

This function stops the source and sets its state to ALSourceState.Initial.

SourceRewind(UInt32)

This function stops the source and sets its state to ALSourceState.Initial.

SourceRewind(Int32, UInt32[])

Important

This API is not CLS-compliant.

This function stops a set of sources and sets all their states to ALSourceState.Initial.

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

Parameters

ns
Int32

The number of sources to be rewound.

sids
UInt32[]

A pointer to an array of sources to be rewound.

Attributes

Applies to

SourceRewind(Int32, UInt32)

Important

This API is not CLS-compliant.

This function stops a set of sources and sets all their states to ALSourceState.Initial.

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

Parameters

ns
Int32

The number of sources to be rewound.

sids
UInt32

A pointer to an array of sources to be rewound.

Attributes

Applies to

SourceRewind(Int32, UInt32*)

Important

This API is not CLS-compliant.

This function stops a set of sources and sets all their states to ALSourceState.Initial.

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

Parameters

ns
Int32

The number of sources to be rewound.

sids
UInt32*

A pointer to an array of sources to be rewound.

Attributes

Applies to

SourceRewind(Int32, Int32[])

This function stops a set of sources and sets all their states to ALSourceState.Initial.

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

Parameters

ns
Int32

The number of sources to be rewound.

sids
Int32[]

A pointer to an array of sources to be rewound.

Applies to

SourceRewind(Int32)

This function stops the source and sets its state to ALSourceState.Initial.

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

Parameters

sid
Int32

The name of the source to be rewound.

Applies to

SourceRewind(UInt32)

Important

This API is not CLS-compliant.

This function stops the source and sets its state to ALSourceState.Initial.

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

Parameters

sid
UInt32

The name of the source to be rewound.

Attributes

Applies to