# Boombox v0.2.11 - Table of Contents

Boombox

## Pages

- [README](readme.md)
- [Examples](examples.md)
- [License](license.md)

## Modules

- [Boombox](Boombox.md): Boombox is a tool for audio and video streaming.
- [Boombox.Application](Boombox.Application.md): Boombox application. If released with release name set to `"server"`, Boombox.Server will be
started under the supervision tree. If `BOOMBOX_NODE_TO_PING` environment variable is set,
then a node with the provided name will be pinged.

- [Boombox.Bin](Boombox.Bin.md): `Boombox.Bin` is a Membrane Bin for audio and video streaming.
It can be used as a Sink or Source in your Membrane Pipeline.
- [Boombox.Endpoints](Boombox.Endpoints.md): Definitions of all available Boombox endpoints.
- [Boombox.Packet](Boombox.Packet.md): Data structure emitted and accepted by `Boombox.run/1`
when using `:stream` input or output.

- [Boombox.Reader](Boombox.Reader.md): Defines a struct to be used when interacting with boombox when using `:reader` endpoint.

- [Boombox.Writer](Boombox.Writer.md): Defines a struct to be used when interacting with boombox when using `:writer` endpoint.

