# AudioTrack

object

@odata.typestringRequired

The discriminator for derived types.

## dashSettings
object [DashSettings](https://docs.mediakind.com/api-reference/media-api/schemas/dashsettings) Optional

The DASH specific setting for the audio track.

### Properties

- **role** string Optional
  The role for the DASH setting.

- **displayName** string Optional
  The display name of the audio track on a video player. In HLS, this maps to the NAME attribute of EXT-X-MEDIA.

## hlsSettings
object [HlsSettings](https://docs.mediakind.com/api-reference/media-api/schemas/hlssettings) Optional

The HLS specific setting for the audio track.

### Properties

- **characteristics** string Optional
  The characteristics for the HLS setting.

- **default** boolean Optional Defaults to false
  Default track?

- **forced** boolean Optional Defaults to false
  Forced track?

- **languageCode** string Optional
  The RFC5646 language code for the audio track.

- **trackName** string Required
  The name of the audio track in the manifest.
