# UdpInputTransportStatus

## Properties

### receiving
- **Type:** boolean
- **Required:** true

### bitrate
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

### receivedPackets
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

### etr290
- **Type:** object
- **Optional:** true

#### Properties

##### ccError
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

##### tsSyncLoss
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

##### syncByteError
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

##### transportError
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

##### pmtError
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

##### pidError
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

### fec
- **Type:** object
- **Optional:** true

#### Properties

##### status
- **Type:** object
- **Optional:** true
  - **Variants:**
    - FecStatus (enum)
    - string 
    - null

##### correctedPackets
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null

##### unrecoveredPackets
- **Type:** object
- **Optional:** true
  - **Variants:**
    - integer 
    - null
