# `ExLibSRT.Connection`
[🔗](https://github.com/membraneframework/ex_libsrt/blob/v0.2.1/lib/ex_libsrt/connection.ex#L1)

Server connection.

# `t`

```elixir
@type t() :: GenServer.server()
```

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start`

```elixir
@spec start(ExLibSRT.Connection.Handler.t()) :: GenServer.on_start()
```

# `stop`

```elixir
@spec stop(t()) :: :ok
```

---

*Consult [api-reference.md](api-reference.md) for complete listing*
