# AsiInputStatus

## object

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

#### Show 1 property
- 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

#### InputMptsPayloadStatus
- **object**
  - Input payload for MPTS transports. Adds MPTS programme/PID table.

### videoStandard
- **object** Optional

#### Show 2 variants
- string
- null

### video
- **object** Optional

#### Show 2 variants
- InputPayloadVideo

#### width
- **object** Optional

##### Show 2 variants
- integer
- null

#### height
- **object** Optional

##### Show 2 variants
- integer
- null

#### codec
- **object** Optional

##### Show 3 variants
- VideoCodecStatus
- 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 []

#### Show 5 properties
- codec
  - **object** Optional

##### Show 3 variants
- AudioCodecStatus
- string
- null

- channelCount
  - **object** Optional

##### Show 2 variants
- integer
- null

- channelMode
  - **object** Optional

##### Show 3 variants
- AudioModeStatus
- string
- null

- language
  - **object** Optional

##### Show 2 variants
- string
- null

- samplingRate
  - **object** Optional

##### Show 2 variants
- integer
- null

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

#### Show 7 properties
- programNumber
  - **integer** Required

- serviceName
  - **object** Optional

##### Show 2 variants
- string
- null

- providerName
  - **object** Optional

##### Show 2 variants
- string
- null

- selected
  - **boolean** Optional Defaults to false

- pmtPid
  - **object** Optional

##### Show 2 variants
- integer
- null

- pcrPid
  - **object** Optional

##### Show 2 variants
- integer
- null

- elementaryStreams
  - **list of objects** [InputElementaryStream](https://docs.mediakind.com/api-reference/channels-api/schemas/inputelementarystream) Optional Defaults to []

#### Show 4 properties
- pid
  - **integer** Required

- streamType
  - **integer** Required

- type
  - **string** Required

- language
  - **object** Optional

##### Show 2 variants
- string
- null

- transport
  - **object** Optional

#### Show 2 variants
- AsiInputTransportStatus

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

### bitrate
- **object** Optional

#### Show 2 variants
- integer
- null

### etr290
- **object** Optional

### ccError
- **object** Optional

#### Show 2 variants
- integer
- null

### tsSyncLoss
- **object** Optional

#### Show 2 variants
- integer
- null

### syncByteError
- **object** Optional

#### Show 2 variants
- integer
- null

### transportError
- **object** Optional

#### Show 2 variants
- integer
- null

### pmtError
- **object** Optional

#### Show 2 variants
- integer
- null

### pidError
- **object** Optional

#### Show 2 variants
- integer
- null

### fec
- **object** Optional

#### Show 2 variants
- InputTransportFec

### status
- **object** Optional

#### Show 3 variants
- FecStatus
- string
- null

### correctedPackets
- **object** Optional

#### Show 2 variants
- integer
- null

### unrecoveredPackets
- **object** Optional

#### Show 2 variants
- integer
- null
