# VideoCaptionTrack

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/types/src/models/video.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/types/src/models/video.ts#L50)

A WebVTT caption track for the native player.

## Properties

| Property | Type |
|---|---|
| `src` | `string` |
| `srclang` | `string` |
| `label` | `string` |
| `default` | `boolean` |
