# Smpte2110InputStatus

## object

### health
- **object**  
  - [HealthStatus](https://docs.mediakind.com/api-reference/channels-api/schemas/healthstatus) **Required**  
  
### severity
- **enum**  
  - [Severity](https://docs.mediakind.com/api-reference/channels-api/schemas/severity) **Required**  
  - Allowed values: Critical, Major, Minor, Notice, Ignore, Clear

### name
- **string**  
  - **Required**

### thumbnailUrl
- **object**  
  - **Optional**  
  - Show 2 variants  
    - string  
    - null

### thumbnailPresence
- **enum**  
  - [ThumbnailPresence](https://docs.mediakind.com/api-reference/channels-api/schemas/thumbnailpresence) **Optional**  
  - Defaults to Unknown  
  - Allowed values: Unsynced, Present, Absent, Unknown

### metadataUrl
- **object**  
  - **Optional**  
  - Show 2 variants  
    - string  
    - null

### payload
- **object**  
  - **Optional**

#### InputPayloadStatus
- **object**  
  - Base input payload. Applies to SDI and SMPTE 2110 (no MPTS layer).

#### videoStandard
- **object**  
  - **Optional**  
  - Show 2 variants  
    - string  
    - null

#### video
- **object**  
  - **Optional**

##### InputPayloadVideo
- **object**

###### width
- **object**  
  - **Optional**  
  - Show 2 variants  
    - integer  
    - null

###### height
- **object**  
  - **Optional**  
  - Show 2 variants  
    - integer  
    - null

###### codec
- **object**  
  - **Optional**  
  - Show 3 variants  
    - VideoCodecStatus enum  
    - string  
    - null

###### chromaFormat
- **object**  
  - **Optional**  
  - Show 2 variants  
    - string  
    - null

###### bitDepth
- **object**  
  - **Optional**  
  - Show 2 variants  
    - integer  
    - null

###### aspectRatio
- **object**  
  - **Optional**  
  - Show 2 variants  
    - string  
    - null

###### quality
- **object**  
  - **Optional**  
  - Show 2 variants  
    - number  
    - null

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

###### codec
- **object**  
  - **Optional**  
  - Show 3 variants  
    - AudioCodecStatus enum  
    - string  
    - null

###### channelCount
- **object**  
  - **Optional**  
  - Show 2 variants  
    - integer  
    - null

###### channelMode
- **object**  
  - **Optional**  
  - Show 3 variants  
    - AudioModeStatus enum  
    - string  
    - null

###### language
- **object**  
  - **Optional**  
  - Show 2 variants  
    - string  
    - null

###### samplingRate
- **object**  
  - **Optional**  
  - Show 2 variants  
    - integer  
    - null

###### type
- **string**  
  - **Optional**  
  - Defaults to Smpte2110

###### transport
- **object**  
  - **Optional**  
  - Show 2 variants

#### receiving
- **boolean**  
  - **Required**  
  - null
