MediaPlayer status changes
Robert Krüger
krueger at lesspain.de
Thu Mar 12 19:12:30 UTC 2015
Hi,
I don't see anything in the docs stating how status should change in
MediaPlayer, e.g. will reaching end of media trigger a transition from
PLAYING to STOPPED? Will a subsequent call to play() start at the beginning
of the media file or do I need to seek? I was expecting some kind of status
change on end of media but am not seeing any when playing back an audio
sample until the end and when I checked the api doc, I didn't find anything
(e.g. like a state diagram) to check if it's a bug or documented behavior.
Regards,
Robert
More information about the openjfx-dev
mailing list