Expand description
The various Events and their payloads which may be sent by mpv.
Structs§
- Client
Message - Details provided to
Event::ClientMessage. - Command
Reply - Details provided to
Event::CommandReply. - EndFile
- Details provided to
Event::EndFile. - EventId
EventIDs for use withHandle::request_event().- GetProperty
Reply - Details provided to
Event::GetPropertyReply. - Hook
- Details provided to
Event::Hook. - LogMessage
- Details provided to
Event::LogMessage. - Property
Change - Details provided to
Event::PropertyChange. - SetProperty
Reply - Details provided to
Event::SetPropertyReply. - Start
File - Details provided to
Event::StartFile.
Enums§
- EndFile
Reason - 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.
- Property
Value - An enum of the possible values returned in a
GetPropertyReplyor aPropertyChange.