What are the names of the GUI components of a video player? [closed]
I was looking at a video player and I didn't knew that the name of the seekbar is "seekbar". Is there any documentation for describing the components of a video player in general? (menu bar, seek bar, play/pause button etc)
Solution 1:
There isn't really any standardization outside of really whatever you call it. You can probably find whatever your program calls it by looking through its documentation.