Click or drag to resize
PlayerChangePosition Method
Changes the current position in milliseconds.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public int ChangePosition(
	int mS
)

Parameters

mS
Type: SystemInt32

[Missing <param name="mS"/> documentation for "M:Alvas.Audio.Player.ChangePosition(System.Int32)"]

Return Value

Type: Int32
Returns 0 if successful or error number otherwise. Use GetErrorString static function to describe error number.
See Also