# `FFix.Stream`
[🔗](https://github.com/akash-akya/ffix/blob/v0.1.0/lib/ffix/stream.ex#L1)

Opaque handle for one stream produced by an input or filter.

Streams are passed into filters, exported from graphs, or mapped to command
outputs. Build them through input access or filter helpers rather than by
constructing this struct directly.

    video = src[:video]
    preview = video |> FFix.Filter.scale(w: 320, h: -1)

# `t`

```elixir
@opaque t()
```

---

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