Readonly
pausedWhether the player is paused.
Readonly
idleWhether the player is idle (i.e. not playing any file).
Readonly
positionThe current playback position, in seconds.
Readonly
durationThe duration of the current file, in seconds.
Readonly
speedCurrent playback speed.
Readonly
videoWidth of the video.
Readonly
videoHeight of the video.
Readonly
isWhether the current file is a network resource (not a local file).
Readonly
urlURL of the current file.
Readonly
titleTitle of the current file. The title is the "best guess" by IINA based on the filename and metadata.
Generated using TypeDoc
The interface of
core.status
. Provides information about the current playback.Seealso
The Core module