# Smpte2110OutputStatus

## Object

### name
string Optional Defaults to

### health
object [HealthStatus](https://docs.mediakind.com/api-reference/channels-api/schemas/healthstatus) Required

#### properties
- severity
  - enum [Severity](https://docs.mediakind.com/api-reference/channels-api/schemas/severity) Required
  - Allowed values: Critical, Major, Minor, Notice, Ignore, Clear
- type
  - string Optional Defaults to Smpte2110
- transport
  - object Optional

#### Variants
- Smpte2110OutputTransport
- interface
  - object Optional

#### Variants
- string
- null

### nmosEnabled
boolean Optional Defaults to false
- null

### processing
object Optional

#### Variants
- OutputProcessing

### videoScaling
enum [VideoScaling](https://docs.mediakind.com/api-reference/channels-api/schemas/videoscaling) Optional Defaults to None
- Allowed values: Unsynced, None, 1080i

### dynamicRangeConversion
enum [DynamicRangeConversion](https://docs.mediakind.com/api-reference/channels-api/schemas/dynamicrangeconversion) Optional Defaults to None
- Allowed values: Unsynced, None, BT709
- null

### payload
object Optional

### Variants
- OutputPayloadStatus

#### Properties
- video
  - object Optional

### Variants
- OutputVideoPayload

#### Video payload status from statistics-api.

### resolution
object Optional

#### Variants
- string
- null

### frameRate
object Optional

#### Variants
- string
- null

### codec
object Optional

#### Variants
- VideoCodecStatus
  - enum
- string
- null

### bitrate
object Optional

#### Variants
- integer
- null

### bitDepth
object Optional

#### Variants
- integer
- null

### chromaFormat
object Optional

#### Variants
- string
- null

### audios
list of objects [OutputAudioPayload](https://docs.mediakind.com/api-reference/channels-api/schemas/outputaudiopayload) Optional Defaults to []

#### Properties
- codec
  - object Optional

#### Variants
- AudioCodecStatus
  - enum
- string
- null

- mode
  - object Optional

#### Variants
- AudioModeStatus
  - enum
- string
- null

- bitrate
  - object Optional

#### Variants
- integer
- null

- language
  - object Optional

#### Variants
- string
- null

- channelCount
  - object Optional

#### Variants
- integer
- null
