Seek (jump) forward or backward in the current file.
Use mpv's seek
command for advanced seeking.
core.status.duration for getting the duration of the current file.
The number of seconds to seek. Can be negative (backward).
Whether to seek exactly to the given position. If false, the seek will be performed in the nearest keyframe.
Seek (jump) to a specific position in the current file.
Use mpv's seek
command for advanced seeking.
core.status.duration for getting the duration of the current file.
The number of seconds to seek to.
Seek to a specific chapter.
Basically, IINA seeks to the start time of the chapter.
The index of the chapter to play, starting from 0. The chapter list can be obtained from getChapters.
Returns the list of recently opened files in the system's recent documents list.
See the linked interface's documentation for more details.
See the linked interface's documentation for more details.
See the linked interface's documentation for more details.
See the linked interface's documentation for more details.
See the linked interface's documentation for more details.
Generated using TypeDoc
The
Core
module provides methods that control the player's main functions. It also has the following members to control the tracks, the player window, and the player status:Example
Available In Entry
Main entry only