event_idAsInt property

  1. @UnsignedInt()
int event_idAsInt
getter/setter pair

One of mpv_event. Keep in mind that later ABI compatible releases might add new event types. These should be ignored by the API user.

Implementation

@ffi.UnsignedInt()
external int event_idAsInt;