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