# UdpInputStatus

## object

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

#### properties:

- **severity**  
  - **type**: enum [Severity](https://docs.mediakind.com/api-reference/channels-api/schemas/severity) 
  - **Required**  
  - **Allowed values**: Critical, Major, Minor, Notice, Ignore, Clear
  
- **name**  
  - **type**: string 
  - **Required**

- **thumbnailUrl**  
  - **type**: object  
  - **Optional**  
  - **Variants**: 
    - string 
    - null

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

- **metadataUrl**  
  - **type**: object  
  - **Optional**  
  - **Variants**: 
    - string  
    - null

- **payload**  
  - **type**: object  
  - **Optional**  
  - **InputMptsPayloadStatus**: object  
    - **Input payload for MPTS transports. Adds MPTS programme/PID table.**

- **videoStandard**  
  - **type**: object  
  - **Optional**  
  - **Variants**: 
    - string  
    - null

- **video**  
  - **type**: object  
  - **Optional**  
  - **InputPayloadVideo**: object  
    - **width**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - integer  
        - null
    - **height**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - integer  
        - null
    - **codec**  
      - **type**: object  
      - **Optional**  
      - **VideoCodecStatus**: enum
      - **Variants**:  
        - string  
        - null

- **chromaFormat**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - string  
        - null

- **bitDepth**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - integer  
        - null

- **aspectRatio**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - string  
        - null

- **quality**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - number  
        - null

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

- **properties:**  
  - **codec**  
    - **type**: object  
    - **Optional**  
    - **AudioCodecStatus**: enum  
    - **Variants**: 
      - string  
      - null

- **channelCount**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **channelMode**  
    - **type**: object  
    - **Optional**  
    - **AudioModeStatus**: enum  
    - **Variants**:  
      - string  
      - null

- **language**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - string  
      - null

- **samplingRate**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

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

- **properties:**  
  - **programNumber** 
    - **type**: integer  
    - **Required**
  
  - **serviceName**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - string  
      - null

- **providerName**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - string  
      - null

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

- **pmtPid**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **pcrPid**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

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

- **properties:**  
    - **pid**  
      - **type**: integer  
      - **Required**
    - **streamType**  
      - **type**: integer  
      - **Required**
    - **type**  
      - **type**: string  
      - **Required**
    - **language**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - string  
        - null
    - **type**  
      - **type**: string  
      - **Optional**  
      - **Defaults to**: UDP

- **transport**  
  - **type**: object  
  - **Optional**  
  - **UdpInputTransportStatus**: object

- **properties:**  
  - **receiving**  
    - **type**: boolean  
    - **Required**
  
  - **bitrate**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **receivedPackets**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **etr290**  
    - **type**: object  
    - **Optional**

- **properties:**  
    - **ccError**  
      - **type**: object  
      - **Optional**  
      - **Variants**: 
        - integer  
        - null

- **tsSyncLoss**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **syncByteError**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **transportError**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **pmtError**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **pidError**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **fec**  
    - **type**: object  
    - **Optional**

- **InputTransportFec**: object

- **properties:**  
  - **status**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - enum  
      - string  
      - null

- **correctedPackets**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null

- **unrecoveredPackets**  
    - **type**: object  
    - **Optional**  
    - **Variants**: 
      - integer  
      - null
