# OutputHttpStreamingPayloadStatus

### object

HTTP streaming output payload. Adds ABR representation ladder.

- **video**: object (Optional)
  - Shows 2 variants

### OutputVideoPayload

- **video**: payload status from statistics-api.
  - **resolution**: object (Optional)
  - **frameRate**: object (Optional)
  - **codec**: object (Optional)
  - **bitrate**: object (Optional)
  - **bitDepth**: object (Optional)
  - **chromaFormat**: object (Optional)
- **audios**: list of objects [OutputAudioPayload](https://docs.mediakind.com/api-reference/channels-api/schemas/outputaudiopayload) (Optional) Defaults to []

### Properties

- **codec**: object (Optional)
- **mode**: object (Optional)
- **bitrate**: object (Optional)
- **language**: object (Optional)
- **channelCount**: object (Optional)

- **representations**: list of objects [OutputRepresentationPayload](https://docs.mediakind.com/api-reference/channels-api/schemas/outputrepresentationpayload) (Optional) Defaults to []

### Properties

- **video**: object (Optional)
- **resolution**: object (Optional)
- **frameRate**: object (Optional)
- **codec**: object (Optional)
- **bitrate**: object (Optional)
- **bitDepth**: object (Optional)
- **chromaFormat**: object (Optional)
- **audios**: list of objects [OutputAudioPayload](https://docs.mediakind.com/api-reference/channels-api/schemas/outputaudiopayload) (Optional) Defaults to []

### Properties
