[][src]Constant libmpv::events::mpv_event_id::Shutdown

pub const Shutdown: u32 = 1; // 1u32

Happens when the player quits. The player enters a state where it tries to disconnect all clients. Most requests to the player will fail, and the client should react to this and quit with mpv_destroy() as soon as possible.