Details
Description
In order to improve the usage experience by using a mouse (or touchscreen) it would be useful to navigate within a video by clicking on the progress bar in the OSD.
h4. Additional Information
To implement this various components need to be touched:
- VideoPlayer to seek to a position
- The progress bar needs to be a focusable/clickable control, which executes a SeekToCommand when clicking on it
- The clicked position should be a percentage between 0 and 100 and the VideoPlayer should be seeked to that relative position.
h4. Additional Information
To implement this various components need to be touched:
- VideoPlayer to seek to a position
- The progress bar needs to be a focusable/clickable control, which executes a SeekToCommand when clicking on it
- The clicked position should be a percentage between 0 and 100 and the VideoPlayer should be seeked to that relative position.