mpv_event_end_file

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
extern (C)
struct mpv_event_end_file {}

Members

Variables

error
int error;

If reason==MPV_END_FILE_REASON_ERROR, this contains a mpv error code (one of MPV_ERROR_...) giving an approximate reason why playback failed. In other cases, this field is 0 (no error). Since API version 1.9.

reason
int reason;

Corresponds to the values in enum mpv_end_file_reason (the "int" type will be replaced with mpv_end_file_reason on the next ABI bump).

Meta