Commits on Source (3)
-
This implements playback control via touch bar and the activity widgets. It also exposes related playback meta data. It is a manual backport of the respective code on the master branch and fixes #25744.
b5b55004 -
Previously, external apps such as the Touchbar and AppleScript bindings could attempt to seek non-seekable content leading to persistent silence until playback was restarted.
8fd31abc -
On later releases, we will use the public API.
d9de9c3e
Showing
- extras/package/macosx/vlc.xcodeproj/project.pbxproj 6 additions, 0 deletionsextras/package/macosx/vlc.xcodeproj/project.pbxproj
- modules/gui/macosx/Makefile.am 3 additions, 2 deletionsmodules/gui/macosx/Makefile.am
- modules/gui/macosx/VLCCoreInteraction.h 6 additions, 1 deletionmodules/gui/macosx/VLCCoreInteraction.h
- modules/gui/macosx/VLCCoreInteraction.m 83 additions, 15 deletionsmodules/gui/macosx/VLCCoreInteraction.m
- modules/gui/macosx/VLCInputManager.h 2 additions, 1 deletionmodules/gui/macosx/VLCInputManager.h
- modules/gui/macosx/VLCInputManager.m 18 additions, 0 deletionsmodules/gui/macosx/VLCInputManager.m
- modules/gui/macosx/VLCRemoteControlService.h 36 additions, 0 deletionsmodules/gui/macosx/VLCRemoteControlService.h
- modules/gui/macosx/VLCRemoteControlService.m 297 additions, 0 deletionsmodules/gui/macosx/VLCRemoteControlService.m
modules/gui/macosx/VLCRemoteControlService.h
0 → 100644
modules/gui/macosx/VLCRemoteControlService.m
0 → 100644