# Smpte2110Input

## Properties

- **type**: string (Optional, Defaults to `Smpte2110`)
- **name**: string (Required)
- **transport**: object [Smpte2110InputTransport](https://docs.mediakind.com/api-reference/channels-api/schemas/smpte2110inputtransport) (Required)

### Interface
- **interface**: object (Optional)

### NMOS Enabled
- **nmosEnabled**: boolean (Optional, Defaults to `false`)

### Payload
- **payload**: object (Optional)

### Video
- **video**: object (Optional)
  - **type**: string (Optional, Defaults to `video`)
  - **transportFile**: object (Optional)
    - **datastring**: (Required, Raw file contents; expects SDP format by default)
    - **sdpUrl**: object (Optional)
      - **string**: (Variant 1: `string`, Variant 2: `null`)
    - **streamIndex**: integer (Optional, >=0, Defaults to 0)

### Audio
- **audios**: list of objects [Smpte2110AudioInputEssence](https://docs.mediakind.com/api-reference/channels-api/schemas/smpte2110audioinputessence) (Optional, Defaults to `[]`)
  - **type**: string (Optional, Defaults to `audio`)
  - **transportFile**: object (Optional)
    - **datastring**: (Required, Raw file contents; expects SDP format by default)
    - **sdpUrl**: object (Optional)
      - **string**: (Variant 1: `string`, Variant 2: `null`)
    - **streamIndex**: integer (Optional, >=0, Defaults to 0)
    - **channelGroupIndex**: integer (Optional, >=0, Defaults to 0)
    - **name**: object (Optional)
