# `Membrane.MPEG.TS.Profiles`
[🔗](https://github.com/kim-company/membrane_mpeg_ts_plugin/blob/main/lib/membrane/mpeg/ts/profiles.ex#L1)

Well-known stream profiles that combine stream_type, descriptors, and payload adapters.

Profiles provide a higher-level way to select or configure streams without
hiding the underlying PMT details. For example, `:opus_mpeg_ts` expands to
PES private data with an `Opus` registration descriptor and uses the Opus
MPEG-TS packetizer/depacketizer.

# `fetch`

```elixir
@spec fetch(atom()) :: {:ok, map()} | :error
```

# `fetch!`

```elixir
@spec fetch!(atom()) :: map()
```

# `list`

```elixir
@spec list() :: [atom()]
```

---

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