View Source ExshomePlayer.Services.PlayerState (Exshome - Elixir Smart Home v0.1.7)

A module for storing a playback state for the MPV client.

Link to this section Summary

Link to this section Types

@type t() :: %ExshomePlayer.Services.PlayerState{
  duration: float() | nil,
  metadata: map() | nil,
  path: String.t() | nil,
  pause: boolean() | nil,
  time_pos: float() | nil,
  volume: float() | nil
}

Link to this section Functions