]> git.sesse.net Git - vlc/commit
Support changing 'audio desync' via AppleScript on OSX
authorBoy van Amstel <boy@boyvanamstel.nl>
Mon, 21 Jul 2014 15:45:11 +0000 (17:45 +0200)
committerFelix Paul Kühne <fkuehne@videolan.org>
Wed, 23 Jul 2014 20:12:13 +0000 (22:12 +0200)
commitc941d176d775ee9cb98a661eeb9b83efecc9fd0e
tree5ee903b55d4179dae57896bc23e2826702ae913b
parent8dcec7992236b8d2528ab088554766058d71505c
Support changing 'audio desync' via AppleScript on OSX

Like being able to change the volume, seek position etc. via
AppleScript, this commit allows you to change the audio desync in ms.

Example:
tell application "VLC"
  -- set audio desync to 0
  set audio desync to -2250
  get audio desync
end tell

Signed-off-by: Boy van Amstel <boy@boyvanamstel.nl>
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
extras/package/macosx/Resources/vlc.scriptSuite
extras/package/macosx/Resources/vlc.scriptTerminology
modules/gui/macosx/applescript.h
modules/gui/macosx/applescript.m