SoundStream.PlayingOffset Property

SFML.Net

SoundStreamPlayingOffset Property
Current playing position of the stream. The playing position can be changed when the music is either paused or playing.

Namespace: SFML.Audio
Assembly: sfmlnet-audio-2 (in sfmlnet-audio-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public Time PlayingOffset { get; set; }
Public Property PlayingOffset As Time
	Get
	Set
public:
property Time PlayingOffset {
	Time get ();
	void set (Time value);
}
member PlayingOffset : Time with get, set

Property Value

Type: Time
See Also