MPV_EVENT_CHAPTER_CHANGE constant

int const MPV_EVENT_CHAPTER_CHANGE

Happens when the current chapter changes.

@deprecated This is equivalent to using mpv_observe_property() on the "chapter" property. The event is redundant, and might be removed in the far future.

Implementation

static const int MPV_EVENT_CHAPTER_CHANGE = 23;