Module version

Source
Expand description

Various functions for ensuring that the currently used mpv player and header match the version this crate was intended for.

Functionsยง

generated_version_check
Checks that the mpv/client.h passed to bindgen matches the version of mpv that this crate was written for.
version_check
Checks that the MPV_CLIENT_API_VERSION of the client matches the version of mpv this crate was built for.