Expand description
The core API for interacting with Mpv
.
Structs§
- The main struct for interacting with mpv.
- A mpv playlist.
- A single entry in the mpv playlist.
Enums§
- All possible commands that can be sent to mpv.
- Generic data type representing all possible data types that mpv can return.
- Options for
MpvCommand::LoadFile
andMpvCommand::LoadList
. - Options for
MpvCommand::Seek
.
Traits§
- A trait for specifying how to extract and parse a value returned through
Mpv::get_property
. - Helper trait to keep track of the string literals that mpv expects.
- A trait for specifying how to serialize and set a value through
Mpv::set_property
.