# `Membrane.KeyframeRequestEvent`
[🔗](https://github.com/membraneframework/membrane-core/blob/v1.2.6/lib/membrane/keyframe_request_event.ex#L1)

Generic event for requesting a key frame.

The key frame is meant as a part of stream such that
the stream can be decoded from the beginning of each key
frame without knowledge of the stream content before that
point.

# `t`

```elixir
@type t() :: %Membrane.KeyframeRequestEvent{}
```

Generic event for requesting a key frame.

The key frame is meant as a part of stream such that
the stream can be decoded from the beginning of each key
frame without knowledge of the stream content before that
point.

---

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