reason property

  1. @Int32()
int reason
getter/setter pair

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).

Unknown values should be treated as unknown.

Implementation

@ffi.Int32()
external int reason;