# `ExStreamClient.Model.IngressVideoLayerResponse`
[🔗](https://github.com/Tango-Tango/ex_stream_client/blob/main/lib/ex_stream_client/model/ingress_video_layer_response.ex#L1)

Schema representing a IngressVideoLayerResponse

# `t`

```elixir
@type t() :: %ExStreamClient.Model.IngressVideoLayerResponse{
  bitrate: integer(),
  codec: String.t(),
  frame_rate_limit: integer(),
  max_dimension: integer(),
  min_dimension: integer()
}
```

# `decode`

Components could just be enums that are typed - so we need to decode those as enums as they will just be stings

# `nested_components`

---

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