IrrKlang.NET

ISound.PlayPosition Property

returns or sets the current play position of the sound in milliseconds. Returns -1 if not implemented or possible for this sound for example because it already has been stopped and freed internally or similar.

[Visual Basic]
Public Property PlayPosition As UInt32
[C#]
public uint PlayPosition {get; set;}

See Also

ISound Class | IrrKlang Namespace