# SdiAudioInput

## Object

### Properties

- **name**  
  - Type: string  
  - Required

- **aggregation**  
  - Type: object  
  - Optional  
  - Defaults to `{ "type": "None", "pair": "G1P1" }`

### Variants

Discriminated by `type`. Select one variant:

- **None**  
  - Type: object  
  - Reference: [SdiNoAggregation](https://docs.mediakind.com/api-reference/channels-api/schemas/sdinoaggregation)

### Properties of None

- **type**  
  - Type: string  
  - Optional  
  - Defaults to `None`

- **pair**  
  - Type: enum  
  - Reference: [SdiAudioPair](https://docs.mediakind.com/api-reference/channels-api/schemas/sdiaudiopair)  
  - Required  
  - Defaults to `G1P1`  
  - Allowed values:  
    - Unsynced  
    - G1P1  
    - G1P2  
    - G2P1  
    - G2P2  
    - G3P1  
    - G3P2  
    - G4P1  
    - G4P2
