Sound.PlayingOffset Property
From SFML.Net
SFML.Net
| SoundPlayingOffset Property |
Current playing position of the sound.
The playing position can be changed when the sound 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)
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