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

Packetizes and depacketizes Opus for MPEG-TS payloads.

# `depacketize`

```elixir
@spec depacketize(binary()) :: {:ok, binary()} | {:error, atom()}
```

# `packetize`

```elixir
@spec packetize(
  binary(),
  keyword()
) :: binary()
```

---

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