Music.position

Wraps Mix_SetMusicPosition which sets the timestamp position of the currently playing music

  1. double position()
  2. void position(double newPosition)
    class Music
    static @property @trusted
    void
    position
    ()

Parameters

newPosition double

new timestamp position in seconds

Throws

dsdl2.SDLException if failed to set position

Meta