# UdpInput

## Properties

### typestring
Optional. Defaults to UDP.

### namestring
Required.

### transport
object [UdpTransport](https://docs.mediakind.com/api-reference/channels-api/schemas/udptransport) Required.

### urlstring
Required.

### interfacestring
Required.

### unicastboolean
Optional. Defaults to false.

### payload
object Optional.

#### Variants

- **MptsPayload**
  - programNumber: string Optional. Defaults to 1.
  - delayMode: enum [DelayMode](https://docs.mediakind.com/api-reference/channels-api/schemas/delaymode) Optional. Defaults to Standard.
    - Allowed values: Unsynced, Standard, Low, SuperLow.

### decrypt
object Optional.

#### Variants

- **DecryptConfig**
  - type: enum [DecryptType](https://docs.mediakind.com/api-reference/channels-api/schemas/decrypttype) Optional. Defaults to None.
    - Allowed values: Unsynced, None, BISS, BISSCADVBCI.

### bissMode
object Optional.

#### Variants

- `null`

### bissKey
object Optional.

#### Variants

- string
- `null`

### bissInjectedKeyId
object Optional.

#### Variants

- string
- `null`

### bissCAKeyId
object Optional.

#### Variants

- string
- `null`

### camSlot
object Optional.

#### Variants

- integer
- `null`

### camPort
object Optional.

#### Variants

- integer
- `null`
