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. Time playingOffset [@property setter]
    class Sound
    @property
    void
    playingOffset
    (
    Time offset
    )
  2. Time playingOffset [@property getter]

Meta