Sound.playingOffset

Change the current playing position (from the beginning) of the sound.

The playing position can be changed when the sound is either paused or playing.

  1. Duration playingOffset [@property setter]
    class Sound
    @property
    void
    playingOffset
    (
    Duration offset
    )
  2. Duration playingOffset [@property getter]

Meta