Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8127043

MediaPlayer Seek won't update Current Time listener

XMLWordPrintable

      I have a MediaPlayer instance, which I have attached a listener to its CurrentTime property..
      This listener is called when the CurrentTime is invalidated and I do some function X...

      I know that when the MediaPlayer is in STOPPED state the current time is not updated, but if I pause the MediaPlayer then seek to a new Duration, the CurrentTime listener is not updated until the MediaPlayer is in the PLAYED state, but this means that my InvalidationListener isn't triggered ... basically my function X is Rewind or FastForward which should update a time display variable.....

      Or is my implementation wrong....

            bpb Brian Burkhalter
            bockymurpjfx bockymurphy (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: