JPro-one / JPro-Platform

Represents the foundation of cross-platform application development, seamlessly integrating the power of JavaFX with the limitless potential of web-based applications running via JPro.
Apache License 2.0
21 stars 3 forks source link

Add and implement `startTime` and`stopTime` properties to the MediaPlayer API #4

Closed besidev closed 1 year ago

besidev commented 1 year ago

While the goal of this pull request is the adding of the startTime and stopTime properties to the MediaPlayer API, adding also cycleCount, cycleDuration and totalDuration properties is required during the implementation process.