playlist_entry_id property

  1. @Int64()
int playlist_entry_id
getter/setter pair

Playlist entry ID of the file that was being played or attempted to be played. This has the same value as the playlist_entry_id field in the corresponding mpv_event_start_file event. Since API version 1.108.

Implementation

@ffi.Int64()
external int playlist_entry_id;