Module event

Source
Expand description

The various Events and their payloads which may be sent by mpv.

Structs§

ClientMessage
Details provided to Event::ClientMessage.
CommandReply
Details provided to Event::CommandReply.
EndFile
Details provided to Event::EndFile.
EventId
Event IDs for use with Handle::request_event().
GetPropertyReply
Details provided to Event::GetPropertyReply.
Hook
Details provided to Event::Hook.
LogMessage
Details provided to Event::LogMessage.
PropertyChange
Details provided to Event::PropertyChange.
SetPropertyReply
Details provided to Event::SetPropertyReply.
StartFile
Details provided to Event::StartFile.

Enums§

EndFileReason
Possible reasons for an Event::EndFile.
Event
Events that may be received from Handle::wait_event().
LogLevel
The possible log levels that mpv can apply to log messages.
PropertyValue
An enum of the possible values returned in a GetPropertyReply or a PropertyChange.