View Source HLS.Playlist.Media.Tracker (HTTP Live Streaming (HLS) library v1.0.4)

Summary

Types

@type target_t() :: URI.t()

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec follow(pid(), target_t()) :: reference()
Link to this function

initial_live_buffer_size()

View Source
Link to this function

start_link(storage, opts \\ [])

View Source
@spec start_link(HLS.Storage.t(), Keyword.t()) :: GenServer.on_start()
@spec stop(pid()) :: :ok