mpv-autoloads.el (3004B)
1 ;;; mpv-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- 2 ;; Generated by the `loaddefs-generate' function. 3 4 ;; This file is part of GNU Emacs. 5 6 ;;; Code: 7 8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path))) 9 10 11 12 ;;; Generated autoloads from mpv.el 13 14 (autoload 'mpv-play "mpv" "\ 15 Start an mpv process playing the file at PATH. 16 17 You can use this with `org-add-link-type' or `org-file-apps'. 18 See `mpv-start' if you need to pass further arguments and 19 `mpv-default-options' for default options. 20 21 (fn PATH)" t) 22 (autoload 'mpv-kill "mpv" "\ 23 Kill the mpv process." t) 24 (autoload 'mpv-pause "mpv" "\ 25 Pause or unpause playback." t) 26 (autoload 'mpv-insert-playback-position "mpv" "\ 27 Insert the current playback position at point. 28 29 When called with a non-nil ARG, insert a timer list item like `org-timer-item'. 30 31 (fn &optional ARG)" t) 32 (autoload 'mpv-seek-to-position-at-point "mpv" "\ 33 Jump to playback position as inserted by `mpv-insert-playback-position'. 34 35 This can be used with the `org-open-at-point-functions' hook." t) 36 (autoload 'mpv-speed-set "mpv" "\ 37 Set playback speed to FACTOR. 38 39 (fn FACTOR)" t) 40 (autoload 'mpv-speed-increase "mpv" "\ 41 Increase playback speed by STEPS factors of `mpv-speed-step'. 42 43 (fn STEPS)" t) 44 (autoload 'mpv-speed-decrease "mpv" "\ 45 Decrease playback speed by STEPS factors of `mpv-speed-step'. 46 47 (fn STEPS)" t) 48 (autoload 'mpv-volume-set "mpv" "\ 49 Set playback volume to FACTOR. 50 51 (fn FACTOR)" t) 52 (autoload 'mpv-volume-increase "mpv" "\ 53 Increase playback volume by STEPS factors of `mpv-volume-step'. 54 55 (fn STEPS)" t) 56 (autoload 'mpv-volume-decrease "mpv" "\ 57 Decrease playback volume by STEPS factors of `mpv-volume-step'. 58 59 (fn STEPS)" t) 60 (autoload 'mpv-seek "mpv" "\ 61 Seek to the given (absolute) time in SECONDS. 62 A negative value is interpreted relative to the end of the file. 63 64 (fn SECONDS)" t) 65 (autoload 'mpv-seek-forward "mpv" "\ 66 Seek forward ARG seconds. 67 If ARG is numeric, it is used as the number of seconds. Else each use 68 of \\[universal-argument] will add another `mpv-seek-step' seconds. 69 70 (fn ARG)" t) 71 (autoload 'mpv-seek-backward "mpv" "\ 72 Seek backward ARG seconds. 73 If ARG is numeric, it is used as the number of seconds. Else each use 74 of \\[universal-argument] will add another `mpv-seek-step' seconds. 75 76 (fn ARG)" t) 77 (autoload 'mpv-revert-seek "mpv" "\ 78 Undo the previous seek command." t) 79 (autoload 'mpv-playlist-next "mpv" "\ 80 Go to the next entry on the playlist." t) 81 (autoload 'mpv-playlist-prev "mpv" "\ 82 Go to the previous entry on the playlist." t) 83 (autoload 'mpv-version "mpv" "\ 84 Return the mpv version string. 85 When called interactively, also show a more verbose version in 86 the echo area." t) 87 (register-definition-prefixes "mpv" '("mpv-")) 88 89 ;;; End of scraped data 90 91 (provide 'mpv-autoloads) 92 93 ;; Local Variables: 94 ;; version-control: never 95 ;; no-byte-compile: t 96 ;; no-update-autoloads: t 97 ;; no-native-compile: t 98 ;; coding: utf-8-emacs-unix 99 ;; End: 100 101 ;;; mpv-autoloads.el ends here