obs-studio
obs-studio copied to clipboard
frontend: Add MediaControls to source properties
Description
Depends on #8041 which I recently rebased.
Adds the MediaControls component to the source properties window for sources with the OBS_SOURCE_CONTROLLABLE_MEDIA flag.
Motivation and Context
More ways to control media playback besides the context bar.
How Has This Been Tested?
Tested with Media Sources using a local file and an Image Slideshow source.
Types of changes
- New feature (non-breaking change which adds functionality)
- Tweak (non-breaking change to improve existing functionality)
Checklist:
- [x] My code has been run through clang-format.
- [x] I have read the contributing document.
- [x] My code is not on the master branch.
- [x] The code has been tested.
- [x] All commit messages are properly formatted and commits squashed where appropriate.
- [x] I have included updates to all appropriate documentation.