obs-studio icon indicating copy to clipboard operation
obs-studio copied to clipboard

frontend: Add MediaControls to source properties

Open Warchamp7 opened this issue 1 month ago • 0 comments

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.

image

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.

Warchamp7 avatar Nov 18 '25 00:11 Warchamp7