Crate mpv_client_dyn

source ·

Macros

Structs

  • A type representing an owned client context.
  • Data associated with Event::ClientMessage.
  • Data associated with Event::EndFile.
  • Representation of a borrowed client context used by the client API. Every client has its own private handle.
  • Data associated with Event::Hook.
  • Data associated with Event::LogMessage.
  • Data associated with Event::GetPropertyReply and Event::PropertyChange.
  • Data associated with Event::StartFile.

Enums

  • An enum representing the available events that can be received by Handle::wait_event.

Traits

Type Aliases