SoundStream.playingOffset

The current playing position (from the beginning) of the stream.

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

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

Meta