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

A structure for storing internal state for the MPV socket.

Link to this section Summary

Link to this section Types

@type t() :: %ExshomePlayer.Services.MpvSocket.Data{
  counter: integer(),
  requests: %{required(integer()) => GenServer.from()},
  socket: :gen_tcp.socket() | nil
}