vlc-source: Add media control hotkeys

This adds play/pause, restart, stop, next, and previous hotkeys to the
VLC source.

Closes jp9000/obs-studio#972
This commit is contained in:
cg2121
2017-07-24 10:45:39 -05:00
committed by jp9000
parent 41a1b09988
commit be77b13e58
4 changed files with 143 additions and 0 deletions

View File

@@ -7,3 +7,8 @@ PlaybackBehavior.StopRestart="Stop when not visible, restart when visible"
PlaybackBehavior.PauseUnpause="Pause when not visible, unpause when visible"
PlaybackBehavior.AlwaysPlay="Always play even when not visible"
NetworkCaching="Network Caching (ms)"
PlayPause="Play/Pause"
Restart="Restart"
Stop="Stop"
PlaylistNext="Next"
PlaylistPrev="Previous"